UNPKG

mcp-decisive

Version:

MCP server for WRAP decision-making framework with structured output

4 lines 276 B
import { GetPromptResult } from '@modelcontextprotocol/sdk/types.js'; import { IdentifyIssuePromptParams } from './schema.js'; export declare const identifyIssuePromptHandler: (args: IdentifyIssuePromptParams) => Promise<GetPromptResult>; //# sourceMappingURL=handler.d.ts.map