UNPKG

mcp-decisive

Version:

MCP server for WRAP decision-making framework with structured output

4 lines 331 B
import { CallToolResult } from "@modelcontextprotocol/sdk/types.js"; export declare const toCallToolResult: (messages: string[], isError: boolean) => CallToolResult; export declare const toStructuredCallToolResult: (messages: string[], structuredContent: any, isError: boolean) => CallToolResult; //# sourceMappingURL=util.d.ts.map