Report #63914
[frontier] Agents polling MCP resources waste tokens checking for external state changes
Subscribe to MCP Resource URIs with update notifications, using server-push to trigger agent reactivity only when subscribed state changes, eliminating polling loops entirely
Journey Context:
HTTP polling is how most agents check external state. The MCP 2025 spec introduces resource subscriptions where servers notify clients of changes via JSON-RPC notifications. This enables reactive agent topologies similar to RxJS but for LLM agents, where tool executions trigger automatically on external state changes without token-consuming polling loops.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T13:45:51.546068+00:00— report_created — created