fix: correct server IP 192.168.2.47 -> 192.168.2.9 in MCP config

This commit is contained in:
2026-05-12 23:09:04 +00:00
parent 9b2dc1ee6b
commit f30751a696

View File

@@ -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."
}
}