Files
PROJECT-CONTORL/.mcp.json
2026-01-11 08:37:21 +08:00

17 lines
261 B
JSON

{
"mcpServers": {
"playwright": {
"type": "stdio",
"command": "npx",
"args": [
"@playwright/mcp@latest"
],
"env": {}
},
"vscode-lsp": {
"type": "stdio",
"command": "./mcp-lsp-proxy.sh"
}
}
}