mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-10 00:27:05 -06:00
13 lines
271 B
JSON
13 lines
271 B
JSON
{
|
|
"servers": {
|
|
"vscode-playwright-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": []
|
|
}
|