opencode/opencode.json
rekram1-node 7609320dd3 wip
2025-09-14 15:22:32 -05:00

28 lines
559 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"weather": {
"enabled": false,
"type": "local",
"command": ["opencode", "x", "@h1deya/mcp-server-weather"]
}
},
"provider": {
"anthropic": {
"models": {
"claude-sonnet-4-20250514": {
"limit": {
"context": 1000000,
"output": 59904
},
"options": {
"thinking": {
"type": "enabled",
"budgetTokens": 4096
}
}
}
}
}
}
}