Files
chore/opencode.json
T
ryan db42f81780
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m56s
feat: update tutorial functionality and improve tutorial step management
2026-08-01 01:57:24 -04:00

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
}
}
}