vscode/.vscode/mcp.json
2026-02-02 23:16:17 -08:00

13 lines
271 B
JSON

{
"servers": {
"vscode-automation-mcp": {
"type": "stdio",
"command": "npm",
// Look at the [README](../test/mcp/README.md) to see what arguments are supported
"args": ["run", "start-stdio"],
"cwd": "${workspaceFolder}/test/mcp"
}
},
"inputs": []
}