docs: update remote endpoint to mcp.ansvar.eu

Replace Vercel endpoint URL with self-hosted Hetzner endpoint.
Old: https://israel-law-mcp.vercel.app/mcp
New: https://mcp.ansvar.eu/law-israel-law-mcp/mcp
This commit is contained in:
Mortalus
2026-03-26 05:17:49 +01:00
parent b3140321c8
commit ad7db3d203
4 changed files with 453 additions and 5 deletions

31
server.json-e Normal file
View File

@@ -0,0 +1,31 @@
{
"$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"
}
}
]
}