fix: MCP uses single /mcp/ endpoint, not per-service paths
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Zoë 2026-05-30 19:20:08 -07:00
parent acb9992208
commit b35215be46

View file

@ -114,17 +114,9 @@ def write_opencode_config(secrets: dict, role: str) -> None:
}
},
"mcp": {
"vikunja": {
"litellm": {
"type": "remote",
"url": f"{LITELLM_BASE_URL}/mcp/vikunja",
"headers": {
"Authorization": f"Bearer {litellm_key}",
},
"enabled": True,
},
"forgejo": {
"type": "remote",
"url": f"{LITELLM_BASE_URL}/mcp/forgejo",
"url": f"{LITELLM_BASE_URL}/mcp/",
"headers": {
"Authorization": f"Bearer {litellm_key}",
},