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
5 lines
88 B
Python
5 lines
88 B
Python
"""Allow running with: python -m legal_mcp"""
|
|
from legal_mcp.server import main
|
|
|
|
main()
|