1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00
home-manager/tests/modules/programs/vscode/mcp-integration-with-override.json
2025-11-03 20:25:16 -06:00

25 lines
500 B
JSON

{
"servers": {
"CustomServer": {
"type": "http",
"url": "https://example.com/mcp"
},
"context7": {
"enabled": true,
"headers": {
"CONTEXT7_API_KEY": "{env:CONTEXT7_API_KEY}"
},
"type": "http",
"url": "https://mcp.context7.com/mcp"
},
"everything": {
"args": [
"-y",
"@modelcontextprotocol/server-everything"
],
"command": "custom-npx",
"enabled": false,
"type": "stdio"
}
}
}