UNPKG

@jmkim85/dev-flow-mcp

Version:

MCP-based Dev Flow - AI-powered development workflow management with 13 essential tools for TDD and context management

17 lines 436 B
/** * Workflow Tool Handlers Module * Implements workflow management MCP tool handlers for Dev Flow */ export declare function loadWorkflow(workflowId: string): Promise<{ content: { type: string; text: string; }[]; }>; export declare function advanceStage(summary?: string): Promise<{ content: { type: string; text: string; }[]; }>; //# sourceMappingURL=workflow-tool-handlers.d.ts.map