examples icon indicating copy to clipboard operation
examples copied to clipboard

[Request] MCP Server example using Hono

Open rogervila opened this issue 10 months ago • 1 comments

Original issue: https://github.com/honojs/website/issues/629

Hello,

It would be nice to have an example of using @modelcontextprotocol/sdk with Hono.

Thank you.

rogervila avatar Apr 04 '25 09:04 rogervila

You can see my mcp-ts-template project which uses Hono (see httpTransport.ts)

I have a handful of projects using this template (which uses Hono) you can see for real-world examples.

Some examples:

cyanheads avatar Jun 29 '25 13:06 cyanheads