服务器配置
{
"mcpServers": {
"debugger-mcp": {
"type": "stdio",
"command": "node",
"args": [
"build/index.js"
],
"env": {
"NODE_ENV": "production"
}
}
}
}{
"mcpServers": {
"debugger-mcp": {
"type": "stdio",
"command": "node",
"args": [
"build/index.js"
],
"env": {
"NODE_ENV": "production"
}
}
}
}