UNPKG

mcp-decisive

Version:

MCP server for WRAP decision-making framework with structured output

5 lines 288 B
import { z } from 'zod'; export declare const widenOptionsPromptSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>; export type WidenOptionsPromptParams = z.infer<typeof widenOptionsPromptSchema>; export declare const widenOptionsPromptParams: {}; //# sourceMappingURL=schema.d.ts.map