Files
chore/opencode.json
T
ryan d4800be3b7
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 3m17s
feat: enhance refresh token handling with grace period and rotation detection
2026-07-26 18:35:56 -04:00

25 lines
492 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"
],
"environment": {
"GITEA_HOST": "https://git.ryankegel.com",
"GITEA_ACCESS_TOKEN": "{env:GITEA_ACCESS_TOKEN}"
}
}
}
}