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
This commit is contained in:
4
mcp-server/src/legal_mcp/__main__.py
Normal file
4
mcp-server/src/legal_mcp/__main__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
"""Allow running with: python -m legal_mcp"""
|
||||
from legal_mcp.server import main
|
||||
|
||||
main()
|
||||
Reference in New Issue
Block a user