Enables deploying stateless MCP servers on Cloudflare Workers with minimal setup, using createMcpHandler to handle MCP protocol details and tool registration.
Enables running a stateless MCP server on Cloudflare Workers with minimal setup, using a single fetch handler to expose tools through the MCP protocol.
Enables running a stateless MCP server on Cloudflare Workers with minimal setup, allowing tools to be defined in a factory and served via a fetch handler.