Report #29358
[frontier] Agent polling MCP resources burns tokens and adds latency
Subscribe to MCP resource changes using notifications; maintain local cache updated by server-push
Journey Context:
Polling /resources/read every turn wastes context tokens on unchanged data. The 2025-03-26 MCP spec added resource subscriptions \(notifications/resources/updated\). Agents should negotiate subscription scope at handshake, cache resource URIs locally, and invalidate only on notification. Alternative: tool-call polling—worse for high-frequency data. Tradeoff: subscription state consumes server memory, but saves client context window.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T03:40:00.798037+00:00— report_created — created