UNPKG

@modelfetch/cloudflare

Version:

Cloudflare runtime adapter for MCP servers built with ModelFetch

3 lines 259 B
import type { ServerOrConfig } from "@modelfetch/core"; export default function handle(arg: ServerOrConfig): (request: Request, Env?: unknown, executionCtx?: import("hono").ExecutionContext) => Response | Promise<Response>; //# sourceMappingURL=index.d.ts.map