{ "name": "canlii-mcp", "version": "1.1.4", "mcpName": "io.github.mohammadfarooqi/canlii", "description": "Local stdio MCP server for searching Canadian legal information via the CanLII API", "type": "module", "bin": { "canlii-mcp": "dist/index.js" }, "files": [ "dist/", "README.md", "LICENSE", "SECURITY.md" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "test": "npm run build && node --test dist/test.js", "release:patch": "npm version patch && git push origin main --tags && gh release create v$(node -p \"require('./package.json').version\") --generate-notes -R mohammadfarooqi/canlii-mcp", "release:minor": "npm version minor && git push origin main --tags && gh release create v$(node -p \"require('./package.json').version\") --generate-notes -R mohammadfarooqi/canlii-mcp", "release:major": "npm version major && git push origin main --tags && gh release create v$(node -p \"require('./package.json').version\") --generate-notes -R mohammadfarooqi/canlii-mcp", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "canlii", "legal", "canada", "law", "case-law", "legislation", "legal-research", "claude", "model-context-protocol", "ai", "ontario", "court", "citator" ], "author": "Mohammad Farooqi", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/mohammadfarooqi/canlii-mcp.git" }, "bugs": { "url": "https://github.com/mohammadfarooqi/canlii-mcp/issues" }, "homepage": "https://github.com/mohammadfarooqi/canlii-mcp#readme", "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.13.1", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^24.0.12", "typescript": "^5.8.3" } }