Initial commit: din-leumi MCP server + web app

MCP server with 7 tools for cataloging and searching
National Insurance court decisions with pgvector semantic search.
Web interface for upload, search, and browse.
This commit is contained in:
Chaim
2026-03-25 15:49:03 +00:00
commit 5c1fdd643f
20 changed files with 2190 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
__pycache__/
*.pyc
.venv/
*.egg-info/
dist/
build/
data/uploads/
data/decisions/
.env