OpenAPI
Using Hono OpenAPI
Reuse your hono-openapi validators to generate MCP servers
This requires
hono-openapi@0.5.0
or later to work. You can checkout the project heremuppet
and hono-openapi
both uses a validator supporting Standard Schema to understand the structure of the request and response. Now with latest release of hono-openapi
, you can use the same validator inplace of the one provided by muppet
to generate the MCP server. This is useful if you are already using hono-openapi
in your project and want to reuse the same validators for your MCP server.