Files
legal-ai/mcp-server/src/legal_mcp/__main__.py
Chaim 6f515dc2cb Initial commit: MCP server + web upload interface
Ezer Mishpati - AI legal decision drafting system with:
- MCP server (FastMCP) with document processing pipeline
- Web upload interface (FastAPI) for file upload and classification
- pgvector-based semantic search
- Hebrew legal document chunking and embedding
2026-03-23 12:33:07 +00:00

5 lines
88 B
Python

"""Allow running with: python -m legal_mcp"""
from legal_mcp.server import main
main()