Enables deploying a stateless, unauthenticated Cloudflare Workers endpoint that exposes custom tools to Model Context Protocol clients such as Cloudflare AI Playground and Claude Desktop.
Enables running a stateless MCP server on Cloudflare Workers without Durable Objects, exposing registered tools via a single createMcpHandler fetch handler. Users can define tools in a factory and connect through the built-in tester or MCP Inspector at /mcp.
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.