<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/model-context-protocol-is-going-stateless-to-make-scaling-simpler-z3wovh1no" -->

---
title: Model Context Protocol is going stateless to make...
description: Model Context Protocol (MCP) is releasing a major architectural update on July 28 that removes protocol-level sessions in favor of a stateless design, making...
canonical: https://daily.dev/posts/model-context-protocol-is-going-stateless-to-make-scaling-simpler-z3wovh1no
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Model Context Protocol is going stateless to make scaling simpler | daily.dev
og:description: Model Context Protocol (MCP) is releasing a major architectural update on July 28 that removes protocol-level sessions in favor of a stateless design, making...
og:url: https://daily.dev/posts/model-context-protocol-is-going-stateless-to-make-scaling-simpler-z3wovh1no
og:image: https://api.daily.dev/og/posts/z3WOVh1no.png
og:image:alt: Model Context Protocol is going stateless to make scaling simpler
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Model Context Protocol is going stateless to make scaling simpler

**[InfoWorld](https://daily.dev/sources/infoworld)** · 5 min read · 0 upvotes · 0 comments

## Summary

Model Context Protocol (MCP) is releasing a major architectural update on July 28 that removes protocol-level sessions in favor of a stateless design, making it easier to deploy and scale MCP-based AI applications in standard cloud infrastructure. Every request will now be self-contained, allowing any server to process it independently. New features include Multi Round-Trip Requests (MRTR), routable transport headers for API gateways, an updated OAuth 2.1/OpenID Connect authorization framework, and deterministic caching to improve LLM prompt-cache hit rates. Several legacy features are being deprecated — most notably Sampling, which changes how servers interact with foundation models and requires rebuilding trust boundaries, network architecture, and billing flows. Updated SDKs for Python, TypeScript, Go, and C# support both old and new protocol versions for backward compatibility. Teams have a one-year transition window before deprecated features are removed.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.infoworld.com/article/4201254/model-context-protocol-is-going-stateless-to-make-scaling-simpler.html>

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#mcp](https://daily.dev/tags/mcp), [#oauth](https://daily.dev/tags/oauth)

[View this post on daily.dev](https://daily.dev/posts/model-context-protocol-is-going-stateless-to-make-scaling-simpler-z3wovh1no)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Model Context Protocol is going stateless to make scaling simpler","url":"https://daily.dev/posts/model-context-protocol-is-going-stateless-to-make-scaling-simpler-z3wovh1no","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/model-context-protocol-is-going-stateless-to-make-scaling-simpler-z3wovh1no"},"datePublished":"2026-07-24T15:31:03.887Z","dateModified":"2026-07-28T22:40:36.240Z","description":"Model Context Protocol (MCP) is releasing a major architectural update on July 28 that removes protocol-level sessions in favor of a stateless design, making...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/4fc2c44f8643e66bb37dca4d9358bd20?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/4fc2c44f8643e66bb37dca4d9358bd20?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"InfoWorld","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"InfoWorld","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/bf6d68a999064029b0bb09aa6268f1f3","url":"https://daily.dev/sources/infoworld"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/model-context-protocol-is-going-stateless-to-make-scaling-simpler-z3wovh1no","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai-agents,mcp,oauth","timeRequired":"PT5M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"InfoWorld","item":"https://daily.dev/sources/infoworld"},{"@type":"ListItem","position":3,"name":"Model Context Protocol is going stateless to make scaling simpler"}]}
```

