Add shared opencode gateway MCP config (gitea)
This commit is contained in:
13
mcp-config/opencode.gateway.json
Normal file
13
mcp-config/opencode.gateway.json
Normal 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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user