Simplest way to run a stateless MCP server on Cloudflare Workers, using createMcpHandler from the Agents SDK to handle MCP protocol details in one line.
A lightweight template for deploying stateless Model Context Protocol (MCP) servers on Cloudflare Workers using the Agents SDK. It provides a simple way to wrap MCP tools into Worker-compatible fetch handlers for serverless tool-calling capabilities.
Enables running a stateless MCP server on Cloudflare Workers with minimal setup, exposing tools like a greeting tool and supporting inspection through the MCP Inspector.