UNPKG

mcp-decisive

Version:

MCP server for WRAP decision-making framework with structured output

9 lines 362 B
export declare const identifyIssuePrompt: { name: string; description: string; parameters: { problem: import("zod").ZodOptional<import("zod").ZodString>; }; handler: (args: import("./schema.js").IdentifyIssuePromptParams) => Promise<import("@modelcontextprotocol/sdk/types.js").GetPromptResult>; }; //# sourceMappingURL=index.d.ts.map