UNPKG

mcp-decisive

Version:

MCP server for WRAP decision-making framework with structured output

5 lines 253 B
import { z } from 'zod'; // Input schema for the widen-options prompt (no parameters needed) export const widenOptionsPromptSchema = z.object({}); export const widenOptionsPromptParams = widenOptionsPromptSchema.shape; //# sourceMappingURL=schema.js.map