diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..e4e7dcb --- /dev/null +++ b/.mcp.json @@ -0,0 +1,8 @@ +{ + "mcpServers": { + "israel-law": { + "command": "node", + "args": ["/home/chaim/israel-law-mcp/dist/src/index.js"] + } + } +}