make webhook

This commit is contained in:
2026-07-13 18:50:38 +02:00
parent 2f128550fc
commit 40c822d3bf
67 changed files with 6286 additions and 2053 deletions
+54 -54
View File
@@ -1,59 +1,59 @@
{
"$schema": "https://opencode.ai/config.json",
"model": "openai/gpt-5.6-sol",
"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": {
"exa": {
"type": "remote",
"url": "https://mcp.exa.ai/mcp?tools=web_search_exa",
"enabled": true,
"timeout": 30000
"$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 }
},
"gh_grep": {
"type": "remote",
"url": "https://mcp.grep.app",
"enabled": true,
"timeout": 30000
"mcp": {
"exa": {
"type": "remote",
"url": "https://mcp.exa.ai/mcp?tools=web_search_exa",
"enabled": false,
"timeout": 30000
},
"gh_grep": {
"type": "remote",
"url": "https://mcp.grep.app",
"enabled": false,
"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
}
},
"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
}
},
"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
}
}