Files
home-manager/tests/modules/programs/github-copilot-cli/expected-mcp-config.json
2026-04-29 16:37:13 -05:00

22 lines
323 B
JSON

{
"mcpServers": {
"context7": {
"tools": [
"*"
],
"type": "http",
"url": "https://mcp.context7.com/mcp"
},
"playwright": {
"args": [
"@playwright/mcp@latest"
],
"command": "npx",
"tools": [
"*"
],
"type": "local"
}
}
}