Loading prices…
STKR NewsSTKR News0 of 3 free this month
AI

AI’s most important protocol is getting a little bit easier to use

A technical shift in MCP signals a move toward standardizing how AI interacts with data, removing the friction of persistent session management for builders.

Originally on TechCrunch AI
AB

Adrian Boysel

Contributor

Jul 20, 2026

4 min read

Photo illustration / STKR News

The Protocol Problem

Building in the AI space right now feels a lot like the early days of the web, where everyone was trying to figure out how to get different systems to speak the same language. We have these powerful Large Language Models, but they are essentially trapped in a sandbox unless we give them specific tools to reach out into the real world. For a while, every developer was writing custom connectors for every single integration. It was messy, inefficient, and frankly, a massive waste of time.

Then came the Model Context Protocol, or MCP. It was designed to bridge the gap between AI models and local or remote data sources. If you wanted your AI assistant to read your local files, check your calendar, or query a database, MCP provided the blueprint. But like most first-generation infrastructure, it came with its own set of headaches. Specifically, it was heavy on state management, making it harder to implement than it needed to be for simple tasks.

Going Stateless

The recent update to the protocol introduced what we call a stateless approach to session IDs on the server side. To the average user, this sounds like technical jargon that doesn't matter. But for those of us building the tools, it is a significant shift in philosophy. It moves MCP closer to how the rest of the modern web operates.

In the previous version, the server had to work hard to remember exactly who you were and what you were doing at every step of a session. This is called 'stateful' communication. While powerful, it requires more resources and makes scaling a nightmare. If the connection drops or the server resets, everything breaks. By moving toward a stateless model, the protocol allows the server to treat each request as an independent event. The necessary context is bundled with the request, rather than stored on the server.

Why This Matters for Builders

As a founder, I care about two things: speed of development and reliability of the product. The old way of handling sessions was a friction point. It forced developers to manage complex handshakes and keep-alive signals just to keep a simple integration running. It was over-engineered for about 80% of the use cases we actually see in the wild.

  • Lower Barrier to Entry: Simplified protocols mean junior devs can implement integrations without needing to be experts in distributed systems.
  • Scalability: Stateless systems are infinitely easier to scale across multiple servers because you don't have to worry about 'sticky sessions' where a user is locked to one specific hardware node.
  • Resilience: If a piece of the infrastructure fails, a stateless request can simply be retried on another node without losing the entire progress of the interaction.

The Reality Check

Let’s be honest: MCP isn't perfect, and this update doesn't fix everything. There is still a lot of fragmentation in how AI companies handle tool-calling. We are currently in a transition period where some platforms are going all-in on proprietary wrappers while others are trying to stick to open standards. MCP is a bet on the open standard side of that fence.

My skepticism usually kicks in when I see people calling any protocol 'the most important' or a 'game changer.' Protocols are boring by design. They are supposed to be the plumbing. The fact that MCP is getting 'easier' is just an admission that it was too difficult to use in its first iteration. It’s a correction, not a revolution. However, it is a correction in the right direction.

Standardization is the Goal

The long-term value here isn't just about making coding a little easier. It's about data portability. If we can agree on a standard way for AI to query a database or an API, we stop building silos. Right now, if I build an integration for one specific model provider, I might have to rewrite half the logic to move it to another model. MCP aims to be the universal translator.

By adopting a stateless approach similar to standard web protocols, the creators are signaling that they want AI to integrate into the existing web architecture rather than trying to invent a completely new, parallel system. This is a win for pragmatism over theoretical perfection.

The Founder’s Perspective

If you are running a startup right now, you shouldn't be spending your engineering cycles on reinventing how your AI communicates with your backend. You should be using standards that allow you to swap models or data sources as the market evolves. This update makes MCP a much more attractive choice for that foundation.

We are moving away from the 'move fast and break things' era of AI infrastructure and into the 'build it so it actually works' phase. Lowering the overhead of session management is a small but necessary step in maturing the ecosystem. Don't fall for the hype that this is a magical fix, but do pay attention to the fact that the tools are becoming more accessible to common developers.

Final Implementation Thoughts

For those looking to implement this, the takeaway is simple: look for ways to reduce the amount of persistent data your servers need to hold. The more you can move toward the stateless model, the more flexible your AI features will be. It requires a bit more thought on how you structure your data packets, but it saves you a mountain of technical debt down the road.

The best technology is the kind that eventually disappears into the background. By simplifying the session logic, MCP is trying to become invisible.

We will see if other major players in the AI space follow suit or continue to push their own siloed standards. For now, this is a solid move for the open-source community and for builders who want to stay lean and platform-agnostic.


Read the original at TechCrunch AI →

The Brief

Stay Updated on Cutting-Edge Tech

A six-minute morning dispatch on the markets and the technology shaping them.

Free. No spam. Unsubscribe anytime.

Write for STKR

Become a Contributor

Earn $STKR for published stories on markets, protocols, and culture.

  • Earn $STKR for every published piece
  • Editorial support from the STKR desk
  • Byline visibility across the network
  • First look at the upcoming creator program
Apply to Write

Keep reading

All stories

Comments

24 reader responses