UNPKG

@bloopai/debugger-mcp

Version:

An MCP server that provides interactive debugging capabilities to AI coding agents

17 lines (16 loc) 309 B
{ "adapters": { "python": { "command": "uv", "args": ["run", "--with", "debugpy", "-m", "debugpy.adapter"], "env": {}, "cwd": "" }, "node": { "command": "npx", "args": ["--yes", "@bloopai/js-debug-adapter-stdio"], "env": {}, "cwd": "" } } }