Archived
initial commit
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"model": "openai/gpt-5.4",
|
||||
"default_agent": "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": {
|
||||
"context7": {
|
||||
"type": "remote",
|
||||
"url": "https://mcp.context7.com/mcp",
|
||||
"headers": {
|
||||
"CONTEXT7_API_KEY": "{env:CONTEXT7_API_KEY}"
|
||||
},
|
||||
"enabled": true,
|
||||
"timeout": 30000
|
||||
},
|
||||
"exa": {
|
||||
"type": "remote",
|
||||
"url": "https://mcp.exa.ai/mcp?tools=web_search_exa,web_fetch_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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user