Qwen DAP MCP for VS Code
io.github.slp-dev1/qwen-dap-mcp
Native runtime debugging via DAP-to-MCP for crashes, hangs, dumps, symbols, and forensics.
client:VS Code
transport:stdio
runtime:npm
Install Qwen DAP MCP in VS Code
.vscode/mcp.json
{
"servers": {
"qwen-dap-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@slp-dev1/qwen-dap-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs