Add shared opencode gateway MCP config (gitea)

This commit is contained in:
2026-06-15 20:53:43 -04:00
parent 04db500c85
commit ff6d0fcccc

View File

@@ -0,0 +1,13 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"gitea": {
"type": "remote",
"url": "https://llm.covert-gpt.com/mcp/gitea",
"enabled": true,
"headers": {
"Authorization": "Bearer {env:LITELLM_KEY}"
}
}
}
}