mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
30 lines
579 B
JSON
30 lines
579 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"context7": {
|
|
"enabled": true,
|
|
"headers": {
|
|
"CONTEXT7_API_KEY": "{env:CONTEXT7_API_KEY}"
|
|
},
|
|
"type": "remote",
|
|
"url": "https://mcp.context7.com/mcp"
|
|
},
|
|
"disabled-server": {
|
|
"command": [
|
|
"echo",
|
|
"test"
|
|
],
|
|
"enabled": false,
|
|
"type": "local"
|
|
},
|
|
"everything": {
|
|
"command": [
|
|
"npx",
|
|
"-y",
|
|
"@modelcontextprotocol/server-everything"
|
|
],
|
|
"enabled": true,
|
|
"type": "local"
|
|
}
|
|
}
|
|
}
|