Files
israel-law-mcp/src/constants.ts
Mortalus 2476300c7e feat: golden-ify Israel Law MCP — census, skipIf tests, dual transport
Add data/census.json (10 laws, 135 provisions, jurisdiction IL) generated
from database.db. Rewrite golden.test.ts to golden standard pattern with
describe.skipIf guards so tests skip gracefully in CI without DB artifacts.
Update server.json to packages format with streamable-http Vercel endpoint.
Bump version to 1.1.0.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 17:30:45 +01:00

7 lines
314 B
TypeScript

export const SERVER_NAME = 'israel-law-mcp';
export const SERVER_VERSION = '1.1.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';