UNPKG

mcp-decisive

Version:

MCP server for WRAP decision-making framework with structured output

18 lines 574 B
export declare const resetTool: { name: string; title: string; description: string; parameters: {}; outputSchema: import("zod").ZodObject<{ success: import("zod").ZodBoolean; message: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { message: string; success: boolean; }, { message: string; success: boolean; }>; handler: (args: import("./schema.js").ResetParams) => Promise<import("@modelcontextprotocol/sdk/types.js").CallToolResult>; }; //# sourceMappingURL=index.d.ts.map