UNPKG

mcp-decisive

Version:

MCP server for WRAP decision-making framework with structured output

11 lines 399 B
import { exampleParams, exampleOutputSchema } from './schema.js'; import { exampleHandler } from './handler.js'; export const exampleTool = { name: 'example', title: 'Example Tool', description: 'A minimal example tool demonstrating structured output', parameters: exampleParams, outputSchema: exampleOutputSchema, handler: exampleHandler }; //# sourceMappingURL=index.js.map