Skip to content

Pre-prod: ac.inference.sh MCP server transport drops repeatedly (14x) — reconnects but unstable #5636

Description

@Al629176

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugpre prod buildBugs found during pre-production build testing

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions