UNPKG

mcp-adr-analysis-server

Version:

MCP server for analyzing Architectural Decision Records and project architecture

39 lines 1.55 kB
/** * Interactive ADR Planning Tool - Guided ADR Creation and Planning * * Provides an interactive, conversational approach to ADR planning that: * - Guides users through structured decision-making process * - Integrates research capabilities for informed decisions * - Generates ADR content progressively with user feedback * - Updates TODO items based on ADR decisions * - Orchestrates other MCP tools for comprehensive planning * * Key Features: * - Multi-step wizard for ADR creation * - Context-aware research integration * - Decision impact analysis * - Automatic TODO generation from decisions * - ADR template customization * - Decision rationale capture * * Workflow Phases: * 1. Problem Definition - Clarify the architectural challenge * 2. Research & Analysis - Gather relevant information * 3. Option Exploration - Identify and evaluate alternatives * 4. Decision Making - Select approach with rationale * 5. Impact Assessment - Analyze consequences and risks * 6. Implementation Planning - Generate TODOs and timeline * 7. ADR Generation - Create structured ADR document * * Integration Points: * - Research tools for context gathering * - Analysis tools for impact assessment * - TODO management for task generation * - ADR generation for document creation * - Project planning for timeline integration */ /** * Main entry point for the interactive ADR planning tool */ export declare function interactiveAdrPlanning(args: any): Promise<any>; //# sourceMappingURL=interactive-adr-planning-tool.d.ts.map