UNPKG

mcp-adr-analysis-server

Version:

MCP server for analyzing Architectural Decision Records and project architecture

26 lines 1.1 kB
/** * MCP Project Planning Tool - Enhanced Project Planning and Workflow Management * * Bridges gaps between architectural decisions and implementation workflows by providing: * - Phase-based project management with milestone tracking * - Team resource allocation and capacity planning * - Visual progress tracking with Gantt-style views * - Risk analysis and automated blocker detection * - Executive reporting and status dashboards * * Integrates with existing ADR Analysis tools: * - Links with ADR tools for architectural decision tracking * - Syncs with TODO management for execution tracking * - Connects with development guidance for roadmap conversion * - Updates project health scoring system * * Cache Dependencies: * - Requires: .mcp-adr-cache/project-planning.json (main planning data) * - Uses: .mcp-adr-cache/todo-data.json (for task integration) * - Updates: .mcp-adr-cache/project-health-scores.json (project metrics) */ /** * Main export function */ export declare function mcpPlanning(args: any): Promise<any>; //# sourceMappingURL=mcp-planning-tool.d.ts.map