From f96b1131c076195510088df7537656c0ff198ce5 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Fri, 19 Dec 2025 08:53:25 -0500 Subject: [PATCH] Correcting MCP setup. --- app-configs/ultima/mcpo/config.json.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-configs/ultima/mcpo/config.json.j2 b/app-configs/ultima/mcpo/config.json.j2 index 9828e48..c262459 100644 --- a/app-configs/ultima/mcpo/config.json.j2 +++ b/app-configs/ultima/mcpo/config.json.j2 @@ -2,15 +2,15 @@ "mcpServers": { "context7": { "type": "streamable-http", - "url": "http://context7-mcp:8000/mcp" + "url": "http://context7-mcp:8080/mcp" }, "gitea": { "type": "streamable-http", - "url": "http://gitea-mcp:8000/mcp" + "url": "http://gitea-mcp:8080/mcp" }, "searxng": { "type": "streamable-http", - "url": "http://searxng-mcp:8000/mcp" + "url": "http://searxng-mcp:3000/mcp" }, "signoz": { "type": "streamable-http",