Summary
The ac.inference.sh/mcp MCP server connects successfully on boot (25 tools registered) but drops its transport connection repeatedly throughout the session, triggering reconnect cycles. 14 transport drop events observed.
Log evidence (pre-prod, 2026-08-20)
16:03:06 INF [mcp-registry] boot: connected server_id=00bbad23-4dab-443e-9f0b-ae73af1d6bb3
qualified=ac.inference.sh/mcp tools=25
18:41:12 WRN [mcp-supervisor] server_id=00bbad23-4dab-443e-9f0b-ae73af1d6mb3
qualified=ac.inference.sh/mcp transport dropped; reconnecting
[repeats 14x across session]
Unlike the GitHub MCP issue in staging (#5600), this server connects — the transport drops under load or after idle periods.
Impact
During a transport drop, any agent tool call routed to ac.inference.sh/mcp fails until the reconnect completes. With 14 drops in one session, this is a persistent reliability issue for inference tools.
Fix direction
- Investigate whether
ac.inference.sh/mcp has a server-side idle timeout that drops the connection.
- Add a keepalive ping on the MCP transport layer to prevent idle drops.
- Confirm the MCP supervisor reconnect succeeds quickly and tools are re-registered without requiring a full app restart.
Summary
The
ac.inference.sh/mcpMCP server connects successfully on boot (25 tools registered) but drops its transport connection repeatedly throughout the session, triggering reconnect cycles. 14 transport drop events observed.Log evidence (pre-prod, 2026-08-20)
Unlike the GitHub MCP issue in staging (#5600), this server connects — the transport drops under load or after idle periods.
Impact
During a transport drop, any agent tool call routed to
ac.inference.sh/mcpfails until the reconnect completes. With 14 drops in one session, this is a persistent reliability issue for inference tools.Fix direction
ac.inference.sh/mcphas a server-side idle timeout that drops the connection.