From bfc755057e1c7ba1be58a581e7eb0219ad823639 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz Date: Thu, 23 Apr 2026 13:54:06 -0500 Subject: [PATCH] fix(agent-zero): use streamable http for chat mcp --- apps/agent-zero/agent-zero.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/agent-zero/agent-zero.yaml b/apps/agent-zero/agent-zero.yaml index 7fac5d3..c795213 100644 --- a/apps/agent-zero/agent-zero.yaml +++ b/apps/agent-zero/agent-zero.yaml @@ -271,7 +271,7 @@ spec: # Traefik hostname so the pod stays off the private VIP lane that # the default egress rule blocks. if [ -n "${CHAT_MCP_API_KEY:-}" ]; then - export A0_SET_mcp_servers="{\"mcpServers\":{\"fc-chat\":{\"type\":\"http\",\"url\":\"http://chat-web.fc-chat.svc/mcp\",\"headers\":{\"X-Api-Key\":\"${CHAT_MCP_API_KEY}\"}}}}" + export A0_SET_mcp_servers="{\"mcpServers\":{\"fc-chat\":{\"type\":\"streamable-http\",\"url\":\"http://chat-web.fc-chat.svc/mcp\",\"headers\":{\"X-Api-Key\":\"${CHAT_MCP_API_KEY}\"}}}}" fi # Run the original entrypoint exec /exe/initialize.sh $BRANCH