mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 00:09:30 +01:00
30 lines
455 B
JSON
30 lines
455 B
JSON
{
|
|
"servers": {
|
|
"vscode-automation-mcp": {
|
|
"type": "stdio",
|
|
"command": "npm",
|
|
"args": [
|
|
"run",
|
|
"start-stdio"
|
|
],
|
|
"cwd": "${workspaceFolder}/test/mcp"
|
|
},
|
|
"component-explorer": {
|
|
"type": "stdio",
|
|
"command": "npm",
|
|
"args": [
|
|
"exec",
|
|
"--no",
|
|
"--",
|
|
"component-explorer",
|
|
"mcp",
|
|
"-p",
|
|
"./test/componentFixtures/component-explorer.json",
|
|
"--use-daemon",
|
|
"-vv"
|
|
]
|
|
}
|
|
},
|
|
"inputs": []
|
|
}
|