fix: MCP uses single /mcp/ endpoint, not per-service paths
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
acb9992208
commit
b35215be46
1 changed files with 2 additions and 10 deletions
|
|
@ -114,17 +114,9 @@ def write_opencode_config(secrets: dict, role: str) -> None:
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mcp": {
|
"mcp": {
|
||||||
"vikunja": {
|
"litellm": {
|
||||||
"type": "remote",
|
"type": "remote",
|
||||||
"url": f"{LITELLM_BASE_URL}/mcp/vikunja",
|
"url": f"{LITELLM_BASE_URL}/mcp/",
|
||||||
"headers": {
|
|
||||||
"Authorization": f"Bearer {litellm_key}",
|
|
||||||
},
|
|
||||||
"enabled": True,
|
|
||||||
},
|
|
||||||
"forgejo": {
|
|
||||||
"type": "remote",
|
|
||||||
"url": f"{LITELLM_BASE_URL}/mcp/forgejo",
|
|
||||||
"headers": {
|
"headers": {
|
||||||
"Authorization": f"Bearer {litellm_key}",
|
"Authorization": f"Bearer {litellm_key}",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue