Fetching from the wire…
Public story · 2026-07-22 · high
The revision also moves Tasks out of core, and Adversa AI finds MCP servers leaking credentials above 10 percent in the wild.
Why now: Six days remain before the July 28 revision locks these changes into the spec.
MCP's final revision deletes three load-bearing pieces of the protocol on July 28. Every team running an MCP server has six days to migrate, and the auth work the spec once handled for you becomes your job.
Mcp-Session-Id is deleted at the protocol level, per SEP-2567. The initialize and notifications/initialized handshake is gone too, per SEP-2575. Servers now read protocol version and capabilities from _meta on every request, plus a mandatory server/discover RPC. Tasks move out of core entirely into an extension, with polling via tasks/get replacing the old blocking tasks/result call, per SEP-2663. Stacktree has the full breakdown.
The fix is mechanical. Mint your own server-issued handles and pass them as ordinary tool arguments. Drop sticky routing from your load balancer, since there's no session left to be sticky about. Bind each handle to the user who created it. New ttlMs and cacheScope fields on list endpoints are the one addition worth adopting.
Killing protocol-level sessions kills protocol-level session hijacking, which is a real win. But it also moves whatever the spec handled implicitly around auth onto you, with no protocol fallback if you get it wrong.
Mercury, Pleo, and Spendesk all shipped MCP integrations in the same window Ramp shipped finance agents. Salesforce exposed its whole platform through MCP tools with Headless 360. Vercel's MCP server can now execute purchases, including Pro upgrades and paid add-ons, straight from an agent conversation.
Adversa AI ran static and taint analysis across more than 10,000 real MCP servers. They found credentials, API keys, and PII leaking through tool handlers at rates above 10 percent. Adversa's framing is that the leakage is protocol-induced, not sloppy code. The handler contract encourages passing raw environment and response data back through the tool boundary.
A protocol that's load-bearing for finance and CRM agents is leaking credentials at that rate in the wild. It's about to hand its auth boundary to whoever wrote your server code. Watch whether any vendor ships a standard consent or spend-limit primitive before more purchase-capable integrations like Vercel's show up.
Each link below shares sources, entities, or timing with this story.
The 2026-07-28 Model Context Protocol spec published today, and it removes two things every MCP server currently depends on: the initialize/initialized handshake and the Mcp-Session-Id header. Both are gone. Not deprecated. Gone from the core. (Model Context Protocol Blog) Wha...
Salesforce unveiled Headless 360 at TDX, and this is the most aggressive enterprise platform pivot I've seen. Every capability across Customer 360, Slack, Agentforce, and Data 360 is now accessible via APIs, MCP tools, or CLI commands. No browser. No clicking through the Sales...
If you run a production MCP server, you have a hard deadline. The 2026-07-28 spec removes the protocol-level session model entirely, and it's a breaking change. The MCP release candidate makes every request carry its own protocol version, client info, and capabilities (Model C...
Marc Benioff said "the UI is the AI" out loud, on the record, about his own product. Then Salesforce released the thing that makes it true. Claudeforce went live for pilot customers on August 26. The centerpiece is "Salesforce in Claude," a Claude Cowork plugin carrying 37 pre...
If you wrote an MCP server before July, it's on a protocol shape the maintainers have already removed. Not deprecated-with-a-migration-window. Removed from the spec. MCP lead maintainers David Soria Parra and Den Delimarsky published an updated roadmap on August 22, and the re...
Every platform capability, Agentforce, Data 360, Slack, exposed through REST APIs, MCP tools (@salesforce/mcp), and sf CLI commands, with the Einstein Trust Layer enforcing field-level security and PII masking before data reaches external LLMs (VentureBeat). Announced at TDX 2...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.