Files
legal-ai/mcp-server
Chaim 2d0e987803
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 3m14s
Add missing case_precedents CRUD functions to db module
Four functions were called by tools/precedents.py but never implemented
in services/db.py: create_case_precedent, list_case_precedents,
delete_case_precedent, search_precedent_library. This caused 500 errors
on the /api/cases/{n}/precedents endpoint.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 18:44:50 +00:00
..