review_existing_adrs
Analyze architectural decisions against code to identify discrepancies and generate actionable plans for alignment, incorporating cloud and DevOps best practices.
Instructions
Review existing ADRs against actual code implementation with cloud/DevOps expertise. TIP: After review, call get_server_context to update @.mcp-server-context.md with findings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | No | Path to the project directory | . |
| specificAdr | No | Specific ADR filename or title to review (optional) | |
| adrDirectory | No | Directory containing ADR files | docs/adrs |
| analysisDepth | No | Depth of analysis to perform | detailed |
| includeTreeSitter | No | Use tree-sitter for enhanced code analysis | |
| generateUpdatePlan | No | Generate action plan for updating non-compliant ADRs | |
| conversationContext | No | Rich context from the calling LLM about user goals and discussion history |