14 lines
267 B
JSON
14 lines
267 B
JSON
{
|
|
"$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}"
|
|
}
|
|
}
|
|
}
|
|
}
|