UNPKG

mcp-decisive

Version:

MCP server for WRAP decision-making framework with structured output

9 lines 434 B
import { widenOptionsPromptParams } from './schema.js'; import { widenOptionsPromptHandler } from './handler.js'; export const widenOptionsPrompt = { name: 'widen-options', description: 'A prompt to guide users through the Widen Options phase of the WRAP process, expanding creative decision-making choices', parameters: widenOptionsPromptParams, handler: widenOptionsPromptHandler }; //# sourceMappingURL=index.js.map