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.
Deploys a stateless remote MCP server on Cloudflare Workers without authentication, enabling custom tool registration and connections from MCP clients like Cloudflare AI Playground and Claude Desktop.
Enables running a stateless MCP server on Cloudflare Workers with minimal setup, using a single fetch handler to expose tools through the MCP protocol.
Deploys a remote MCP server on Cloudflare Workers without authentication, allowing you to define custom tools and connect to Claude Desktop or AI Playground.
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 minimal setup, using the createMcpHandler helper to expose tools via the MCP protocol.
Enables running a stateless MCP server on Cloudflare Workers via the Agents SDK's createMcpHandler, registering simple tools such as a greeting tool with no Durable Objects or persistent state.