{ "name": "@matematicsolutions/mcp-eu-sparql", "version": "1.2.0", "description": "MCP server - EU legislation and CJEU case law via Publications Office SPARQL (Cellar / EUR-Lex)", "main": "dist/index.js", "scripts": { "build": "tsc", "prepare": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "drift": "node test/drift.mjs", "test:offline": "node test/offline.mjs", "smoke": "node test/smoke.mjs", "test": "npm run drift && npm run test:offline" }, "keywords": [ "mcp", "eu-law", "eur-lex", "cellar", "sparql", "cjeu", "legal", "gdpr", "ecli", "case-law" ], "author": "MateMatic / Wieslaw Mazur", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0" }, "devDependencies": { "typescript": "^5.4.5", "tsx": "^4.19.3", "@types/node": "^20.14.0" }, "engines": { "node": ">=18.0.0" }, "mcpName": "io.github.matematicsolutions/mcp-eu-sparql", "repository": { "type": "git", "url": "git+https://github.com/matematicsolutions/mcp-eu-sparql.git" }, "bin": { "mcp-eu-sparql": "dist/index.js" }, "files": [ "dist" ], "publishConfig": { "access": "public", "provenance": true } }