UNPKG

n8n

Version:

n8n Workflow Automation Tool

4 lines (3 loc) 296 B
import type { StandardSchemaWithJSON } from '@modelcontextprotocol/server'; import { z } from 'zod'; export declare function shapeToStandardSchema<Shape extends z.ZodRawShape>(shape: Shape): StandardSchemaWithJSON<z.objectInputType<Shape, z.ZodTypeAny>, z.objectOutputType<Shape, z.ZodTypeAny>>;