Archived
60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"model": "openai/gpt-5.6-sol",
|
|
"default_agent": "planning/ci-plan-creator",
|
|
"share": "disabled",
|
|
"autoupdate": false,
|
|
"snapshot": false,
|
|
"formatter": false,
|
|
"lsp": false,
|
|
"agent": {
|
|
"build": { "disable": true },
|
|
"plan": { "disable": true },
|
|
"general": { "disable": true },
|
|
"explore": { "disable": true }
|
|
},
|
|
"mcp": {
|
|
"exa": {
|
|
"type": "remote",
|
|
"url": "https://mcp.exa.ai/mcp?tools=web_search_exa",
|
|
"enabled": true,
|
|
"timeout": 30000
|
|
},
|
|
"gh_grep": {
|
|
"type": "remote",
|
|
"url": "https://mcp.grep.app",
|
|
"enabled": true,
|
|
"timeout": 30000
|
|
},
|
|
"gitea": {
|
|
"type": "local",
|
|
"command": ["gitea-mcp", "-t", "stdio", "-read-only"],
|
|
"environment": {
|
|
"GITEA_HOST": "{env:GITEA_SERVER_URL}",
|
|
"GITEA_ACCESS_TOKEN": "{env:GITEA_READ_TOKEN}",
|
|
"GITEA_READONLY": "true"
|
|
},
|
|
"enabled": true,
|
|
"timeout": 30000
|
|
}
|
|
},
|
|
"permission": {
|
|
"read": "deny",
|
|
"edit": "deny",
|
|
"glob": "deny",
|
|
"grep": "deny",
|
|
"list": "deny",
|
|
"bash": "deny",
|
|
"task": "deny",
|
|
"external_directory": "deny",
|
|
"todowrite": "deny",
|
|
"question": "deny",
|
|
"webfetch": "deny",
|
|
"websearch": "deny",
|
|
"skill": "deny"
|
|
},
|
|
"experimental": {
|
|
"mcp_timeout": 30000
|
|
}
|
|
}
|