cd /news/developer-tools/latest-mcp-spec-now-supported-in-mcp… · home topics developer-tools article
[ARTICLE · art-80518] src=vercel.com ↗ pub= topic=developer-tools verified=true sentiment=↑ positive

Latest MCP spec now supported in mcp-handler

Vercel released mcp-handler@2.0.0 with support for the 2026-07-28 Model Context Protocol specification and MCP TypeScript SDK v2, enabling stateless protocol support without Redis dependency. The update removes deprecated HTTP+SSE transport and requires Node.js 20+ and zod4.

read1 min views1 publishedJul 30, 2026

mcp-handler@2.0.0

is now available with support for the 2026-07-28 Model Context Protocol specification and MCP TypeScript SDK v2.

We originally built mcp-handler to make it easier to spin up MCP servers on popular web frameworks including Next, Nuxt, Svelte, and more.

With the new 2.0 release, the handler now supports:

The stateless 2026-07-28 protocol, served natively, including per-request metadata and server/discover

A stateless compatibility layer for clients using 2025-era Streamable HTTP

Both protocols with no Redis dependency or session storage

Existing stateless Streamable HTTP clients can continue connecting to the same /mcp

endpoint while servers adopt the latest protocol.

Install the new packages:

Create a Next.js route handler:

MCP clients can connect to /api/mcp

.

Get started with the Next.js MCP server template, updated for mcp-handler 2.0.

Version 2 requires Node.js 20 or later and zod4, and replaces @modelcontextprotocol/sdk

with @modelcontextprotocol/server

.

Tool, prompt, and resource definitions now use the SDK v2 registration APIs and Standard Schema inputs, such as registerTool

with z.object(...) .

The deprecated HTTP+SSE transport has been removed. Requests to /sse

and /message

return 410 Gone . If your clients still depend on that transport, remain on mcp-handler

1.x while migrating them to Streamable HTTP.

── more in #developer-tools 4 stories · sorted by recency
── more on @vercel 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/latest-mcp-spec-now-…] indexed:0 read:1min 2026-07-30 ·