review_existing_adrs
Validate architectural decision records against actual code implementation to detect discrepancies, ensure alignment, and generate actionable compliance updates with cloud/DevOps expertise.
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 |
|---|---|---|---|
| adrDirectory | No | Directory containing ADR files | docs/adrs |
| projectPath | No | Path to the project directory | . |
| specificAdr | No | Specific ADR filename or title to review (optional) | |
| 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 |