Add JSON-RPC interface and refactor for MCP support
All checks were successful
Smoke tests / Build and smoke test (push) Successful in 1h0m43s

This commit is contained in:
AI Agent
2026-03-16 19:19:21 -06:00
parent 4e41038555
commit dd517d8851
10 changed files with 380 additions and 116 deletions

View File

@@ -14,3 +14,5 @@ ratatui = "0.30"
crossterm = "0.28"
log = "0.4"
env_logger = "0.11"
regex = "1"
rand = "0.8"