UNPKG

muppet

Version:

Toolkit for building MCPs on Honojs

27 lines (24 loc) 773 B
import { B as BaseEnv } from './types-BmsEku3v.js'; import * as hono_utils_http_status from 'hono/utils/http-status'; import * as hono_types from 'hono/types'; import { OpenAPIV3_1 } from 'openapi-types'; import { Hono } from 'hono'; import 'events'; import 'http'; import 'worker_threads'; import '@modelcontextprotocol/sdk/types.js'; declare function fromOpenAPI(specs: OpenAPIV3_1.Document): Hono<BaseEnv<hono_types.BlankEnv, { "/:path": { $all: { input: { param: { path: string; }; }; output: {}; outputFormat: string; status: hono_utils_http_status.StatusCode; }; }; }, "/">, hono_types.BlankSchema, "/">; export { fromOpenAPI };