markomanninen/mcp-debugpy
3.3
If you are the rightful owner of mcp-debugpy and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP server for AI-assisted Python debugging using debugpy and Debug Adapter Protocol.
Tools
Functions exposed to the LLM to take actions
run_tests_json
Runs tests and returns results in JSON format.
dap_launch
Launches a debug session with specified parameters.
dap_locals
Fetches threads, stack frames, scopes, and local variables.
dap_continue
Resumes execution of a paused debug session.
dap_shutdown
Shuts down the debug adapter process cleanly.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client