UNPKG

thunderclient-mcp

Version:
8 lines 251 B
import { z } from "zod"; export declare function zodToMCPInputSchema(schema: z.ZodSchema): { type: "object"; properties?: Record<string, any>; required?: string[]; description?: string; }; //# sourceMappingURL=schema-converter.d.ts.map