17 lines
356 B
JSON
17 lines
356 B
JSON
{
|
|
"$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" }
|
|
}
|
|
}
|