Files
vscode/.vscode/mcp.json
2026-02-23 22:44:44 +01:00

29 lines
664 B
JSON

{
"servers": {
"vscode-automation-mcp": {
"type": "stdio",
"command": "npm",
"args": [
"run",
"start-stdio"
],
"cwd": "${workspaceFolder}/test/mcp"
},
"component-explorer": {
"type": "stdio",
"command": "npx",
"cwd": "${workspaceFolder}",
"args": [
"component-explorer",
"mcp",
"-c",
"./test/componentFixtures/component-explorer.json",
"--no-daemon-autostart",
"--no-daemon-hint",
"Start the daemon by running the 'Launch Component Explorer' VS Code task (use the run_task tool). When you start the task, try up to 4 times to give the daemon enough time to start."
]
}
},
"inputs": []
}