The Agentic Post
Breaking
Gemini’s Multimodal Features, Explained  Â·  ChatGPT Custom GPTs, Explained  Â·  What Is Constitutional AI? Explained  Â·  AI Capex Explained for Investors  Â·  AI Startup Valuations: How They Are Set  Â·  How to Reskill for an AI Job Market  ·  
Home/AI Agents/Agent Frameworks
MCP Ships Its Biggest Rewrite Yet

MCP Ships Its Biggest Rewrite Yet

Agent Frameworks

The Model Context Protocol's 2026-07-28 specification makes the protocol stateless at its core, deprecates several long-standing features, and formalizes an Extensions framework.

The Model Context Protocol just shipped its biggest rewrite since launch. On July 28, 2026, MCP’s maintainers finalized the 2026-07-28 specification — the standard that lets AI models securely connect to external tools, files, and services — and the headline change is that the protocol is now stateless at its core, a shift aimed squarely at running AI agents at real production scale.

Quick facts

  • The MCP 2026-07-28 specification finalized on July 28, 2026, described by its maintainers as the largest revision since the protocol launched.
  • The core protocol is now stateless, removing the requirement to track a session ID across requests so any server instance can answer any request.
  • Tasks (long-running operations) and MCP Apps (server-rendered UIs) move out of the core spec into a new formal Extensions framework.
  • Roots, Sampling, and Logging are formally deprecated, along with Dynamic Client Registration; deprecated features stay functional for at least 12 months.
  • Adoption is enormous: MCP’s Tier 1 SDKs see nearly half a billion downloads a month, with both the TypeScript and Python SDKs individually crossing 1 billion total downloads.

What MCP actually is, for anyone catching up

MCP is the plumbing that lets an AI model reach into your calendar, your database, or an internal company tool without an engineering team building a custom connection for every single service. Instead of every AI product inventing its own integration format, an MCP server exposes a standard set of capabilities — callable tools, readable resources, reusable prompt templates — that any MCP-compatible client can use the same way. It’s become the de facto standard for wiring AI agents up to real-world systems since Anthropic introduced it in late 2024.

Why “stateless” is the change that matters most

Under the previous specification, an MCP client and server tracked a session together using a session ID header, meaning the same server instance generally needed to handle every request in a conversation. That’s a real constraint at scale: it makes load balancing harder and forces more state to live in one place. The new stateless core removes that requirement entirely, achieved through six separate Specification Enhancement Proposals working together, according to the official MCP blog. In practice, that means any request can now be answered by any available server instance behind ordinary HTTP load-balancing infrastructure, which is exactly the kind of infrastructure most companies already run everything else on.

Anthropic’s David Soria Parra, one of MCP’s lead maintainers, called it the most substantial change to the specification, according to reporting from The Register, probably since authorization was added. He was direct that this isn’t a drop-in upgrade: the underlying data transfer mechanism has been rebuilt, and “a lot of things that made MCP are gone” in their old form.

What’s deprecated, and what that means for you

Roots, Sampling, and Logging are formally deprecated in the new spec, along with Dynamic Client Registration, which is being replaced by a newer Client ID Metadata Document approach. None of this breaks overnight — MCP’s formal deprecation policy guarantees deprecated features keep working for at least 12 months — but it’s a real migration project for anyone maintaining MCP servers or clients, not a background update you can ignore. Worth noting explicitly: servers built on the new revision aren’t guaranteed to work with older clients, and vice versa, so mixed-version environments need real compatibility testing rather than assumptions.

The enterprise piece: centralized authorization

Separately, on July 6, 2026, MCP’s Enterprise-Managed Authorization extension reached stable status, according to InfoQ. It lets organizations control access to MCP servers centrally through their existing identity provider, replacing per-server consent prompts with a sign-in-once flow. For any company managing dozens or hundreds of internal MCP servers, that’s the difference between a security team that can actually audit access and one drowning in individual approval requests.

Why the download numbers matter

Close to half a billion downloads a month across the official SDKs, with the TypeScript and Python SDKs each individually past a billion downloads total, is the real signal here: MCP isn’t a promising standard anymore, it’s already the substrate a huge share of production agentic workflows run on. That’s exactly why a breaking change to the core transport layer is a genuinely big deal rather than routine protocol housekeeping — it touches an enormous, already-deployed base of agent frameworks and integrations built on the old assumptions.

Common questions

Do I need to upgrade immediately? No. Deprecated features remain functional for at least 12 months under MCP’s formal deprecation policy, giving server and client maintainers real runway to migrate rather than a hard cutover.

Will my existing MCP server keep working with newer clients? Not guaranteed. Because the transport layer itself changed, cross-version compatibility needs explicit testing rather than assumption — treat it the same way you’d treat any breaking API version change.

What replaced Tasks and MCP Apps in the core spec? Nothing replaced them — they moved out of the core protocol into the new formal Extensions framework, meaning they’re still fully supported, just structured as optional add-ons rather than baked into the base spec everyone must implement.

Key takeaway

If you build or host MCP servers, this isn’t optional reading: audit your implementation against the 2026-07-28 changelog, check whether you depend on Roots, Sampling, Logging, or Dynamic Client Registration, and test compatibility explicitly rather than assuming your existing clients and servers will keep talking to each other across the version boundary.

Up Next
Cognizant Launches EMEA AI Unit

Cognizant Launches EMEA AI Unit

Enterprise Adoption

Cognizant deepened its Anthropic partnership and launched a new EMEA AI Unit aimed at moving enterprise AI agents from pilot to production, timed to EU AI Act enforcement.

Cognizant made two enterprise AI announcements on July 27, 2026 that are really one story: a deepened partnership with Anthropic to embed Claude across its own platforms and workforce, and a new EMEA AI Unit built specifically to get agentic AI past the pilot stage for enterprise clients in Europe, the Middle East, and Africa.

Quick facts

  • Cognizant is now a Global Premier Partner in Anthropic’s Claude Partner Network, one of a small number of companies with that status.
  • More than 30,000 Cognizant associates have completed Claude training, with 40,000 more in the certification pipeline under a new “Frontier Certified” workforce model.
  • The EMEA AI Unit launched the same week, aimed specifically at moving agentic AI from pilot to production for regulated industries.
  • Cited real-world results: up to 40% faster contract review with 88%+ extraction accuracy at a biopharmaceutical client, and roughly 8 hours per week saved per underwriter at an insurance client.

What’s actually changing, beyond the partnership language

Past the press-release framing, the concrete change is that Claude is now built directly into Cognizant’s own delivery platforms rather than being an optional add-on clients can request. Per Anthropic’s own announcement, Cognizant is embedding Claude across Flowsource, its full-stack engineering platform, as well as Neuro AI Engineering and Neuro IT Ops. Flowsource specifically now runs an “agentic workforce” alongside human engineers, with Claude Code integrated directly into its Spec-Driven Development module: agents work from specifications, coding standards, and architectural blueprints, and their output gets automatically checked against those same standards before it ships.

Cognizant frames this as an open, model-agnostic strategy rather than exclusive lock-in to one vendor — the company has separate, comparable partnerships in progress elsewhere — but the depth of this specific integration, workforce training, and named production case studies is a meaningfully different commitment than a standard reseller agreement.

The workforce number is the part worth sitting with

30,000 people trained on a single AI system, with 40,000 more in the pipeline, is a genuinely large number for what’s still a relatively young product category. Cognizant’s new Frontier Certified workforce model specifically targets 5,000 Frontier Certified Engineers and 10,000 Frontier Business Operators — credentials issued directly by frontier AI companies rather than internal Cognizant certifications. That’s a deliberate signal to enterprise buyers: the people implementing these systems carry an outside credential, not just internal training.

Why the EMEA AI Unit specifically, and why now

The timing lines up directly with regulation, not coincidence. August 2026 is when the EU AI Act’s high-risk system requirements reach full enforcement — the provisions covering conformity assessments, technical documentation, human oversight, and accuracy standards for AI used in healthcare, critical infrastructure, and employment decisions. Cognizant’s delivery model for the new unit, called Frontier Deployed Engineering, runs through three tiers — Foundation, Accelerate, and Transform — moving from strategy and governance work up to full multi-agent delivery squads with named engineers accountable for monitoring performance after go-live, not just handing off after deployment. The named early proof point is a pharmaceutical client, a sector with some of the strictest auditability and validated-systems requirements of any industry, which signals exactly which kind of client Cognizant is building this for.

Why this matters beyond one vendor’s press release

This is a useful data point on a real, widely-cited problem in enterprise agent deployment: Gartner has projected 40% of enterprise applications will integrate task-specific AI agents by the end of 2026, but independent research from McKinsey and others puts the share of enterprises that have actually scaled agents past pilot stage into production, delivering measurable value, in the single digits to low double digits. Large systems integrators like Cognizant are explicitly positioning themselves as the answer to that gap — not by building better models, but by supplying the domain expertise, compliance scaffolding, and credentialed workforce that turns a capable model into something a regulated enterprise can actually run in production.

Common questions

Is Cognizant only using Claude now? No. The company describes its approach as open and model-agnostic, and maintains comparable partnerships with other AI providers; this expansion is specifically about deepening the Claude relationship, not exclusivity.

What is “Frontier Deployed Engineering”? It’s Cognizant’s three-tier delivery model for the EMEA AI Unit: Foundation covers strategy and governance, Accelerate handles high-value use case deployment, and Transform runs full multi-agent delivery squads for end-to-end workflow reinvention, with engineers accountable for performance after go-live.

Does this apply outside Europe? The new unit is specifically scoped to EMEA, but the underlying Claude partnership and workforce certification model apply globally, per Anthropic’s announcement.

Key takeaway

If your organization has a capable AI agent pilot that hasn’t made it to production, the bottleneck Cognizant is explicitly betting on isn’t model quality — it’s governance, workforce readiness, and integration into existing regulated systems. That’s a useful frame for evaluating any enterprise AI vendor’s pitch this year, not just this one.