Enables AI agents to debug Python code through the Debug Adapter Protocol and debugpy.
This MCP server empowers AI agents to perform AI-assisted debugging of Python code via natural language. It provides comprehensive tooling, including machine-readable pytest JSON reports for test failures, and full control over live `debugpy` sessions using the Debug Adapter Protocol (DAP) for managing breakpoints, stepping through code, and inspecting variables. The server seamlessly integrates with MCP clients like VS Code and Claude Desktop, exposing a suite of tools to run tests, parse JSON reports, and issue DAP commands, thereby facilitating an efficient, AI-driven debugging workflow for developers.