UNPKG

mcp-decisive

Version:

MCP server for WRAP decision-making framework with structured output

7 lines 349 B
import { CallToolResult } from '@modelcontextprotocol/sdk/types.js'; import type { ResetParams } from './schema.js'; /** * Reset handler - すべての保存データを削除し、意思決定プロセスを白紙に戻す */ export declare const resetHandler: (args: ResetParams) => Promise<CallToolResult>; //# sourceMappingURL=handler.d.ts.map