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.
A production-ready stateless MCP server template implementing the 2026-07-28 specification, enabling horizontal scaling and easy migration from session-based servers.
Demonstrates a stateless MCP server workflow for purchase requests, using signed request handles to maintain state across load-balanced replicas without session stickiness.
A comparative lab demonstrating MCP protocol evolution from stateful (2025-11-25) to stateless (2026-07-28) using a procure-to-pay agent, highlighting the implications for load balancing and session management.
An MCP server that provides a chat tool with stateless instances and external session state, enabling durable conversation history and concurrent client handling.