From d6ae42cf7ba2117fe01ad8ab5f001e18556d3b7a Mon Sep 17 00:00:00 2001 From: Jeffrey von Rotz Date: Tue, 7 Apr 2026 20:17:42 +0300 Subject: [PATCH] docs: fix remote endpoint URL to use ISO code path --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e2cf121..9bbc486 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,12 @@ This MCP server makes Israeli law **searchable, cross-referenceable, and AI-read > Connect directly to the hosted version -- zero dependencies, nothing to install. -**Endpoint:** `https://mcp.ansvar.eu/law-israel-law-mcp/mcp` +**Endpoint:** `https://mcp.ansvar.eu/law-il/mcp` | Client | How to Connect | |--------|---------------| | **Claude.ai** | Settings > Connectors > Add Integration > paste URL | -| **Claude Code** | `claude mcp add israeli-law --transport http https://mcp.ansvar.eu/law-israel-law-mcp/mcp` | +| **Claude Code** | `claude mcp add israeli-law --transport http https://mcp.ansvar.eu/law-il/mcp` | | **Claude Desktop** | Add to config (see below) | | **GitHub Copilot** | Add to VS Code settings (see below) | @@ -55,7 +55,7 @@ This MCP server makes Israeli law **searchable, cross-referenceable, and AI-read "mcpServers": { "israeli-law": { "type": "url", - "url": "https://mcp.ansvar.eu/law-israel-law-mcp/mcp" + "url": "https://mcp.ansvar.eu/law-il/mcp" } } } @@ -68,7 +68,7 @@ This MCP server makes Israeli law **searchable, cross-referenceable, and AI-read "github.copilot.chat.mcp.servers": { "israeli-law": { "type": "http", - "url": "https://mcp.ansvar.eu/law-israel-law-mcp/mcp" + "url": "https://mcp.ansvar.eu/law-il/mcp" } } }