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:
31
server.json-e
Normal file
31
server.json-e
Normal 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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user