diff --git a/mcp-config/opencode.gateway.json b/mcp-config/opencode.gateway.json new file mode 100644 index 0000000..18d61ca --- /dev/null +++ b/mcp-config/opencode.gateway.json @@ -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}" + } + } + } +}