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 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 via the Agents SDK's createMcpHandler, registering simple tools such as a greeting tool with no Durable Objects or persistent state.