Loading...
{
"mcpServers": {
"debug": {
"command": "node",
"args": [
"/path/to/mcp-debug.js"
]
}
}
}debugAllows the LLM to interact with the VS Code debugger, setting breakpoints and evaluating expressions.
Enables code execution and modification within the debugging environment.
This tool is relatively safe when used with careful prompt engineering and a good understanding of the code being debugged. It becomes risky when used with untrusted code or without carefully reviewing the LLM's suggestions.