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.
Ramp uses Codex / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Ramp uses Codex); both cover CRM, Headless, MCP, Salesforce; reported by the same outlet (venturebeat.com).
Microsoft supports MCP / Shared entities / Same source / Shared topic / Earlier coverage
Linked by a graph relationship (Microsoft supports MCP); both cover Killing, MCP, Stacktree; cite the same source (Stacktree).
Salesforce partners with Slack / Shared entities / Same source / Shared topic
Linked by a graph relationship (Salesforce partners with Slack); both cover MCP, PII, VentureBeat; cite the same source (VentureBeat).
MCP deprecates Sampling / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (MCP deprecates Sampling); both cover MCP, RPC, Session; overlapping topics (protocol, server, session, task, tool).
Atlassian supports MCP / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Atlassian supports MCP); both cover CRM, MCP, Salesforce, Their; overlapping topics (agent, tool).
MCP deprecates Sampling / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (MCP deprecates Sampling); both cover MCP, RPC, Session; overlapping topics (gone, protocol, server, session).
Ramp uses Codex / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Ramp uses Codex); both cover Full, MCP, Vercel; reported by the same outlet (vercel.com).
Agentforce built by Salesforce / Shared entities / Earlier coverage / Tension
Linked by a graph relationship (Agentforce built by Salesforce); both cover CRM, MCP, Over, Salesforce; earlier CRM coverage from 2026-06-02.