Files
chore/opencode.json
T
ryan 541bed3a8a
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 3m12s
feat: enhance tutorial functionality by disabling inputs and buttons during active steps
2026-07-21 14:53:31 -04:00

25 lines
468 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"gitea-mcp": {
"enabled": true,
"type": "local",
"command": [
"docker",
"run",
"-i",
"--rm",
"-e",
"GITEA_ACCESS_TOKEN",
"-e",
"GITEA_HOST",
"docker.gitea.com/gitea-mcp-server"
],
"env": {
"GITEA_ACCESS_TOKEN": "<secret>",
"GITEA_HOST": "https://git.ryankegel.com"
}
}
}
}