Tagged: mcp
MCP Went Stateless, and the Sticky Session Was the Whole Problem
AI

MCP Went Stateless, and the Sticky Session Was the Whole Problem

The 2026-07-28 MCP release candidate makes the protocol stateless, no handshake and no session id, so any request can hit any server instance. That deletes the sticky routing and shared session store most remote MCP servers were built around and lets them run behind a plain load balancer.

The Tool Call Now Returns a Ticket, Not a Result
AI

The Tool Call Now Returns a Ticket, Not a Result

MCP's release candidate makes Tasks a first-class extension: a tool call can hand back a handle instead of an answer, because agent work stopped fitting inside one request. Here is what changes if you build MCP servers.

MCP Went Stateless. Your State Didn't Disappear, It Moved.
MCP

MCP Went Stateless. Your State Didn't Disappear, It Moved.

The July 28 MCP spec removes the protocol session, so any request can hit any server instance and a remote MCP server can finally run behind a plain load balancer. The catch: the state you kept in the session does not vanish, it moves into opaque handles you have to design yourself.

Three MCP Servers, 72 Percent of the Context Gone
AI

Three MCP Servers, 72 Percent of the Context Gone

Every tool an MCP server exposes loads its full definition into the agent's context at the start of the conversation, used or not. One team measured three servers eating 143,000 of 200,000 tokens before the agent read a single instruction, and a benchmark found MCP costing 4 to 32 times more tokens than a CLI for identical work. Use MCP for discovery, dispatch to a CLI for execution.

MCP Gave AI Agents Superpowers. Attackers Noticed.
AI

MCP Gave AI Agents Superpowers. Attackers Noticed.

The protocol that lets AI agents use tools also gave attackers a new attack surface. January 2026 showed us how bad it can get.

All ai mcp agents infrastructure security