-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathserver.json.example
More file actions
30 lines (30 loc) · 891 Bytes
/
server.json.example
File metadata and controls
30 lines (30 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "io.github.markomanninen/mcp-debugpy",
"title": "Agent Debug Tools - Python Debugging with debugpy",
"description": "MCP server for AI-assisted Python debugging using debugpy and Debug Adapter Protocol. Features breakpoint validation, enhanced error messages, and comprehensive testing tools.",
"version": "0.2.1",
"packages": {
"pypi": {
"name": "mcp-debugpy",
"version": ">=0.2.1"
}
},
"runtime": {
"python": {
"command": "mcp-debug-server",
"args": []
}
},
"capabilities": [
"debugging",
"testing",
"breakpoint-validation"
],
"metadata": {
"author": "markomanninen",
"homepage": "https://github.com/markomanninen/mcp-debugpy",
"repository": "https://github.com/markomanninen/mcp-debugpy",
"license": "MIT",
"tags": ["debugging", "python", "debugpy", "dap", "testing", "pytest"]
}
}