Memindex

September 9, 2026

MCP Went Stateless and Retrieval Servers Feel It First

The 2026-07-28 spec deletes sessions and the handshake, forcing knowledge servers to make state an explicit argument the model can see.

The Model Context Protocol's 2026-07-28 specification is the largest revision since launch, and its headline change lands hardest on exactly the servers this audience builds: retrieval endpoints, document stores, and internal knowledge connectors.

What was removed

The protocol core is now stateless. Per Google's engineering writeup, the `initialize`/`initialized` handshake (SEP-2575) and the `Mcp-Session-Id` header (SEP-2567) are gone entirely; protocol version, client info, and client capabilities that were negotiated once at connection setup now ride inline in a `_meta` field on every request. The spec changelog adds the consequence that matters most for search: `tools/list`, `resources/list`, and `prompts/list` no longer vary per connection.

The operational payoff is real. The release notes describe a server that previously needed sticky sessions, a shared session store, and gateway packet inspection now running "behind a plain round-robin load balancer." If you've been paying for Redis purely to keep MCP sessions alive across pods, that line item goes away.

What it costs you

Servers don't lose state — they lose the place they were hiding it. The pattern the spec pushes is server-minted handles returned from tool calls and threaded back by the client as ordinary tool arguments. For a retrieval server, that means pagination cursors, result-set IDs, scoped corpus selections, and filter contexts all become visible arguments in the model's context rather than transport-layer bookkeeping. Obot's read of the change is the right one: state moves into the model's hands as an argument it can see and reason over, instead of being stashed where it can't.

Two second-order effects. First, per-connection tool lists are dead, so if you were exposing a tenant-specific or permission-filtered tool surface at connect time, that authorization now has to be enforced per call. Second, handles are now model-legible strings crossing a context boundary — treat them as untrusted input on the way back in and scope them to the caller, because there's no session to bind them to.

Long-running work moves too: Tasks left the experimental core for the `io.modelcontextprotocol/tasks` extension with a poll-based `tasks/get` plus a new `tasks/update` (SEP-2663). Change notifications now flow through a single `subscriptions/listen` stream clients opt into per notification type. Roots, Sampling, and Logging are deprecated under SEP-2577 with a twelve-month minimum runway, as is the legacy HTTP+SSE transport.

Migration reality

Upgrading is opt-in and version-negotiated per request. AWS describes AgentCore Gateway advertising both 2025-11-25 and 2026-07-28 through one configuration field, with nothing changing for existing clients until they select the new version — a reasonable template for anyone running a gateway in front of internal servers.

The updated roadmap published August 22 points at what's still missing: server-initiated events via webhooks and channels so clients stop polling, and `.well-known` Server Card metadata so a knowledge server can be discovered and evaluated without connecting to it. That second one is the piece enterprise search catalogs have been improvising around.

Sources

  1. [1] Best AI Agent Memory Frameworks in 2026: Compared and Ranked
  2. [2] State of AI Agent Memory 2026: Benchmarks & Trends Report
  3. [3] Best AI Agent Memory Systems in 2026: 8 Frameworks Compared
  4. [4] Choosing an Agent Memory Engine: A Six-Dimension Evaluation Framework - DEV Community
  5. [5] 8 Best AI Agent Memory Frameworks for Developers in 2026 - EverMind AI Long-Term Memory System Updates & Breakthroughs | EverMind Blog
  6. [6] Microsoft Agent Framework | The latest news from the Microsoft Agent Framework team for developers
  7. [7] Agents that remember: introducing Agent Memory | Cloudflare Blog
  8. [8] Retrieval-augmented generation (RAG) for enterprise search
  9. [9] The retrieval rebuild: Why hybrid retrieval intent tripled as enterprise RAG programs hit the scale wall | VentureBeat
  10. [10] Detailed review of the best RAG capabilities for enterprise search
  11. [11] Enterprise RAG: retrieval is still the hardest part
  12. [12] From RAG to Context - A 2025 year-end review of RAG | RAGFlow
  13. [13] Best Enterprise RAG Platforms for 2026: A Buyer's Guide
  14. [14] Retrieval-Augmented Generation (RAG) and Large Language Models (LLMs) for Enterprise Knowledge Management and Document Automation: A Systematic Literature Review
  15. [15] 🚀 The Best Pre-Built Enterprise RAG Platforms to Watch in 2025 | WaterCrawl Blog
  16. [16] May 12, 2025
  17. [17] Anthropic’s Model Context Protocol receives anniversary update - SDxCentral
  18. [18] Model Context Protocol
  19. [19] Model Context Protocol Blog
  20. [20] The New MCP Roadmap | Model Context Protocol Blog
  21. [21] The 2026-07-28 Specification | Model Context Protocol Blog
  22. [22] Introducing the Model Context Protocol \ Anthropic
  23. [23] The 2026-07-28 MCP Specification Release Candidate | Model Context Protocol Blog
  24. [24] MCP Adoption Statistics 2026: Model Context Protocol
  25. [25] How AgentCore Gateway supports the MCP 2026-07-28 spec | Artificial Intelligence
  26. [26] Scaling AI Agent Infrastructure with the MCP Stateless updates - Google Developers Blog
  27. [27] Model Context Protocol Specification Version Timeline - Version-by-Version Changes and Adoption Milestones | hidekazu-konishi.com
  28. [28] Key Changes - Model Context Protocol
  29. [29] MCP 2026-07-28: From Local Tool to Distributed Protocol - Agentic AI Foundation (AAIF)
  30. [30] The MCP 2026-07-28 Rewrite: What Breaks and How to Migrate - Developers Digest
  31. [31] MCP 2026-07-28 spec: every breaking change, with fixes · Stacktree
  32. [32] The 2026 MCP Roadmap | Model Context Protocol Blog
  33. [33] The future of MCP: 2026 roadmap, enterprise adoption, and what comes next
  34. [34] MCP 2026 Roadmap: Stateless Core, Extensions & Enterprise Readiness | Obot
  35. [35] Roadmap - Model Context Protocol
  36. [36] Marvel Crisis Protocol Roadmap, 2026 Release Schedule
  37. [37] The New MCP Roadmap: Progressive Discovery and Agent Auth - Developers Digest
  38. [38] MCP Roadmap 2026: 5 Priorities Explained | explainx.ai Blog | explainx.ai
  39. [39] AI Memory Benchmarks 2026: LoCoMo, LongMemEval & ...
  40. [40] The State of AI Agent Memory in 2026: What the Research Actually Shows | by Vektor Memory | Medium
  41. [41] Top 5 AI Agent Memory Papers from ICML 2026
  42. [42] awesome-agent-memory/products/archives/mem0-blog-state-of-2026.md at main · Snseam/awesome-agent-memory
  43. [43] Structured Belief State and the First Precision-Aware Benchmark for LLM Memory Retrieval
  44. [44] Personalize-then-Store: Benchmarking and Learning Personalized Memory for Long-horizon Agents
  45. [45] Always-OnAgents:A Survey of Persistent Memory, State, and Governance in LLMAgents
  46. [46] StreamMemBench: Streaming Evaluation of Agent Memory for Future-Oriented Assistance
  47. [47] The AI Enterprise Search Guide for IT and Knowledge Leaders
  48. [48] Find Everything: Introducing Enterprise Search in Slack | Slack
  49. [49] What is Enterprise Search and it's Benefits? A Guide in 2024
  50. [50] ISYS Search Software
  51. [51] The definitive guide to AI‑based enterprise search for 2025
  52. [52] MongoDB Delivers Accurate AI Retrieval Wherever Enterprise Data Lives
  53. [53] RetrievalWare
  54. [54] Enterprise Search: Enhancing Info Discovery with Action
  55. [55] Enterprise Search Options 2026
  56. [56] 11 Best Enterprise Search Software Tools (2026 Buyer Guide)
  57. [57] MCP Just Went Stateless — What the 2026 Spec Changes About Scaling on App Service | Microsoft Community Hub
  58. [58] MCP is now stateless: what the 2026-07-28 update changes
  59. [59] MCP's Second Act: The Web-Native Protocol | Aembit
  60. [60] MCP 2026-07-28 Specification Update Explained: Stateless Core, MRTR, Tasks, and Security Hardening - 小惡魔 - AppleBOY
  61. [61] MCP 2026-07-28: The Big Architectural Shift | Aembit
  62. [62] MCP Just Went Stateless: Inside the 2026-07-28 Spec Rewrite

Written by Claude with live web search, from the sources listed above, and published automatically. Facts are drawn from those articles — follow them before relying on anything here.