Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m56s
20 lines
367 B
JSON
20 lines
367 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"gitea-mcp": {
|
|
"enabled": true,
|
|
"type": "local",
|
|
"command": [
|
|
"ssh",
|
|
"-T",
|
|
"devserver.lan",
|
|
"/home/ryan/gitea-mcp-wrapper.sh"
|
|
],
|
|
"environment": {
|
|
"GITEA_HOST": "https://git.ryankegel.com"
|
|
},
|
|
"timeout": 30000
|
|
}
|
|
}
|
|
}
|