From f30751a69642f62ec72506fc23ce71913e952b1f Mon Sep 17 00:00:00 2001 From: tocmo0nlord Date: Tue, 12 May 2026 23:09:04 +0000 Subject: [PATCH] fix: correct server IP 192.168.2.47 -> 192.168.2.9 in MCP config --- claude_mcp_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/claude_mcp_config.json b/claude_mcp_config.json index 9f5f2e0..34183be 100644 --- a/claude_mcp_config.json +++ b/claude_mcp_config.json @@ -2,7 +2,7 @@ "mcpServers": { "activeblue-ai": { "type": "sse", - "url": "http://192.168.2.47:8001/mcp/sse", + "url": "http://192.168.2.9:8001/mcp/sse", "description": "ActiveBlue AI — 14 tools across 8 Odoo specialist agents. All agent reasoning uses local Ollama (privacy mode = local). No data sent to cloud LLMs." } }