mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
27 lines
573 B
JSON
27 lines
573 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"
|
|
},
|
|
"custom-server": {
|
|
"enabled": true,
|
|
"type": "remote",
|
|
"url": "https://example.com"
|
|
},
|
|
"everything": {
|
|
"command": [
|
|
"custom-command"
|
|
],
|
|
"enabled": false,
|
|
"type": "local"
|
|
}
|
|
},
|
|
"model": "anthropic/claude-sonnet-4-20250514",
|
|
"theme": "opencode"
|
|
}
|