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.
Enables running a stateless MCP server on Cloudflare Workers with minimal setup, using the createMcpHandler helper to expose tools via the MCP protocol.
Enables running a stateless MCP server on Cloudflare Workers with minimal setup, providing a built-in tool tester and MCP Inspector integration for defining and testing custom tools.
Enables deploying stateless MCP servers on Cloudflare Workers with minimal setup, using createMcpHandler to handle MCP protocol details and tool registration.
Enables deploying a stateless remote MCP server on Cloudflare Workers without authentication, with support for custom tool registration and connections from MCP clients.
Enables deploying a stateless remote MCP server on Cloudflare Workers without authentication, allowing custom tools to be registered and used by remote MCP clients.