Demonstrates migrating an MCP server to the stateless protocol, eliminating session management overhead and enabling seamless scaling behind round-robin load balancers.
A production-ready stateless MCP server template implementing the 2026-07-28 specification, enabling horizontal scaling and easy migration from session-based servers.
Demonstrates the new stateless MCP protocol on a serverless platform, showing how it survives instance death and cold starts unlike the legacy session-based approach.
An MCP server that demonstrates modern MCP spec features including elicitation (interactive confirm dialogs), signed request state, and cache hints, with a deploy tool requiring confirmation. It runs as both a Node server and a Cloudflare Worker, supporting stateless per-request handling.