mcp-hono-stateless
The Stateless Hono MCP Server is a model context protocol server implemented using Hono and designed to support Streamable HTTP. It is deployable on Cloudflare Workers and is based on an example from the official Express framework.
What is the primary purpose of the Stateless Hono MCP Server?
The primary purpose is to provide an example implementation of an MCP server using the Hono framework, which can be deployed on platforms like Cloudflare Workers.
How does the server handle HTTP requests?
The server uses Streamable HTTP for efficient data handling and 'fetch-to-node' for converting requests and responses.
Can the server be deployed on platforms other than Cloudflare Workers?
Yes, the server can be deployed on any platform where the Hono framework is supported.
What tools are available with this MCP server?
The server includes a tool called 'start-notification-stream' for sending periodic notifications.
What resources are available with this MCP server?
The server includes a resource called 'greeting-template', which is a simple greeting prompt template.