Files
Charon/.vscode/mcp.json
T
2026-02-17 19:44:22 +00:00

19 lines
302 B
JSON

{
"servers": {
"microsoft/playwright-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"@playwright/mcp@latest"
],
"gallery": "https://api.mcp.github.com",
"version": "0.0.1-seed"
},
"gopls": {
"url": "http://localhost:8092",
"type": "sse"
}
},
"inputs": []
}