Initial commit: MIB bot

This commit is contained in:
Галингер Р.С.
2026-07-07 17:55:52 +07:00
commit a355dccd45
17 changed files with 8988 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"$schema": "https://opencode.ai/config.json",
"references": {
"mib-new": "."
},
"mcp": {
"gitea": {
"type": "local",
"command": ["./gitea-mcp", "-t", "stdio", "--host", "https://git.hidosi.ru", "--token", "${GITEA_TOKEN}"],
"enabled": true
}
},
"permission": {
"bash": { "git *": "allow", "*": "ask" }
}
}