UNPKG

@artinet/sdk

Version:
8 lines 186 B
import z from "zod"; /** * @description The MCPRequestParamsSchema. */ export const MCPRequestParamsSchema = z.object({ message: z.string(), }); //# sourceMappingURL=service.js.map