UNPKG

mcp-decisive

Version:

MCP server for WRAP decision-making framework with structured output

4 lines 267 B
import { CallToolResult } from '@modelcontextprotocol/sdk/types.js'; import type { RegisterOptionsParams } from './schema.js'; export declare const registerOptionsHandler: (args: RegisterOptionsParams) => Promise<CallToolResult>; //# sourceMappingURL=handler.d.ts.map