vscode/.vscode/mcp.json
2025-08-20 21:59:27 +00:00

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": []
}