16 lines
288 B
JSON
16 lines
288 B
JSON
{
|
|
"mcpServers": {
|
|
"playwright": {
|
|
"command": "npx",
|
|
"args": ["@anthropic-ai/mcp-playwright@latest"]
|
|
},
|
|
"fetch": {
|
|
"command": "npx",
|
|
"args": ["@anthropic-ai/mcp-fetch@latest"]
|
|
}
|
|
},
|
|
"permissions": {
|
|
"allow": ["Bash(docker exec:*)"]
|
|
}
|
|
}
|