mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 15:24:40 +01:00
29 lines
664 B
JSON
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": []
|
|
}
|