16 lines
284 B
JSON
16 lines
284 B
JSON
{
|
|
"mcpServers": {
|
|
"playwright": {
|
|
"command": "npx",
|
|
"args": ["@playwright/mcp@latest"],
|
|
"env": {
|
|
"PLAYWRIGHT_MCP_SANDBOX": "true"
|
|
}
|
|
},
|
|
"context7": {
|
|
"command": "npx",
|
|
"args": ["-y", "@upstash/context7-mcp@latest"]
|
|
}
|
|
}
|
|
}
|