mcp-decisive
Version:
MCP server for WRAP decision-making framework with structured output
13 lines • 446 B
TypeScript
import { z } from 'zod';
export declare const identifyIssuePromptSchema: z.ZodObject<{
problem: z.ZodOptional<z.ZodString>;
}, "strip", z.ZodTypeAny, {
problem?: string | undefined;
}, {
problem?: string | undefined;
}>;
export type IdentifyIssuePromptParams = z.infer<typeof identifyIssuePromptSchema>;
export declare const identifyIssuePromptParams: {
problem: z.ZodOptional<z.ZodString>;
};
//# sourceMappingURL=schema.d.ts.map