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>
32 lines
846 B
JSON
32 lines
846 B
JSON
{
|
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
"name": "eu.ansvar/israel-law-mcp",
|
|
"description": "Israel legislation via MCP — full-text search across statutes and provisions",
|
|
"repository": {
|
|
"url": "https://github.com/Ansvar-Systems/israel-law-mcp",
|
|
"source": "github"
|
|
},
|
|
"homepage": "https://ansvar.eu",
|
|
"version": "1.1.0",
|
|
"license": "Apache-2.0",
|
|
"packages": [
|
|
{
|
|
"registryType": "npm",
|
|
"identifier": "@ansvar/israel-law-mcp",
|
|
"version": "1.1.0",
|
|
"transport": {
|
|
"type": "stdio"
|
|
}
|
|
},
|
|
{
|
|
"registryType": "npm",
|
|
"identifier": "@ansvar/israel-law-mcp",
|
|
"version": "1.1.0",
|
|
"transport": {
|
|
"type": "streamable-http",
|
|
"url": "https://israel-law-mcp.vercel.app/mcp"
|
|
}
|
|
}
|
|
]
|
|
}
|