UNPKG

@pimzino/spec-workflow-mcp

Version:

MCP server for spec-driven development workflow with real-time web dashboard

5 lines 308 B
import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { ToolContext, ToolResponse } from '../types.js'; export declare const steeringGuideTool: Tool; export declare function steeringGuideHandler(args: any, context: ToolContext): Promise<ToolResponse>; //# sourceMappingURL=steering-guide.d.ts.map