19 lines
302 B
JSON
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": []
|
|
}
|