feat: production MCP server with Israeli legislation (multi-source)
Complete production implementation with shell+adapter architecture, 13 MCP tools, SQLite FTS5 search, and multi-source ingestion pipeline. Ingestion fetches from UCI mirror, UNODC SHERLOC PDFs, and Knesset mobile PDFs (135 provisions, 33 definitions). 3 acts with full text, 7 acts metadata-only due to gov.il/nevo.co.il access restrictions. Knesset OData API used for metadata enrichment. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
6
src/constants.ts
Normal file
6
src/constants.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export const SERVER_NAME = 'israel-law-mcp';
|
||||
export const SERVER_VERSION = '1.0.0';
|
||||
export const SERVER_LABEL = 'Israel Law MCP';
|
||||
export const PACKAGE_NAME = '@ansvar/israel-law-mcp';
|
||||
export const REPOSITORY_URL = 'https://github.com/Ansvar-Systems/israel-law-mcp';
|
||||
export const DB_ENV_VAR = 'ISRAEL_LAW_DB_PATH';
|
||||
Reference in New Issue
Block a user