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.
A minimal, stateless MCP server that runs on Cloudflare Workers using createMcpHandler from the Agents SDK. It demonstrates a simple 'hello' tool and requires no Durable Objects or persistent state.
Enables running a stateless MCP server on Cloudflare Workers with a single fetch handler. Exposes a greeting tool that returns a personalized hello via the MCP protocol.