Report #89995
[frontier] MCP tool calls are too slow for my agent's tight loops; how do I reduce latency?
Migrate from request-response tool calls to MCP Resource Subscriptions with server-sent events, maintaining persistent connections for streaming updates.
Journey Context:
One-shot HTTP tool calls introduce connection overhead unsuitable for high-frequency agent loops. Long-lived SSE connections allow servers to push state changes proactively, eliminating polling and reducing per-step latency by 10-100x.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T09:39:02.627820+00:00— report_created — created