diff --git a/container/entrypoint.py b/container/entrypoint.py index cd19ba8..da205b6 100644 --- a/container/entrypoint.py +++ b/container/entrypoint.py @@ -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}", },