UNPKG

@jmkim85/dev-flow-mcp

Version:

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

7 lines 221 B
/** * Tool Definitions Module * Defines all MCP tool schemas for Dev Flow */ import { Tool } from "@modelcontextprotocol/sdk/types.js"; export declare const tools: Tool[]; //# sourceMappingURL=tool-definitions.d.ts.map