17 lines
261 B
JSON
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"
|
|
}
|
|
}
|
|
}
|