MCP Phase 2 — Review Pipeline Integration
Allow AI agents to trigger reviews and check tech debt via MCP.
Tools to add:
| Tool |
Input |
Description |
cora.review_diff |
diff, severity? |
Trigger LLM review on a diff string |
cora.get_debt |
since?, branch? |
Tech debt report (quality score, findings, trend) |
Design:
review_diff makes LLM call (agent should know it takes time)
get_debt is fast (reads local snapshot history)
- JSON output
- Read-only
Depends on:
MCP Phase 2 — Review Pipeline Integration
Allow AI agents to trigger reviews and check tech debt via MCP.
Tools to add:
cora.review_diffdiff,severity?cora.get_debtsince?,branch?Design:
review_diffmakes LLM call (agent should know it takes time)get_debtis fast (reads local snapshot history)Depends on: