Report #66739
[tooling] Agent repeatedly calls resources/read to check for updated data wasting tokens
Call resources/subscribe with the resource URI, then listen for notifications/resources/updated events instead of polling
Journey Context:
Developers often treat MCP resources like REST endpoints, polling them on every agent step. The spec provides a pub-sub model where the server pushes updates only when data changes. This requires maintaining subscription state but eliminates redundant reads and reduces latency from O\(poll interval\) to O\(real-time\).
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T18:29:56.821396+00:00— report_created — created