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>
This commit is contained in:
Mortalus
2026-02-22 17:30:45 +01:00
parent b4fee903d5
commit 2476300c7e
6 changed files with 272 additions and 62 deletions

View File

@@ -1,5 +1,5 @@
export const SERVER_NAME = 'israel-law-mcp';
export const SERVER_VERSION = '1.0.0';
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';