{ "name": "@matematicsolutions/mcp-eureka", "version": "0.2.0", "description": "MCP server - Polish tax interpretations (KIS/MF) via EUREKA (eureka.mf.gov.pl)", "main": "dist/index.js", "scripts": { "build": "tsc", "prepare": "tsc", "start": "node dist/index.js", "drift": "node test/drift.mjs", "test:conformance": "node test/invalid-args.mjs", "test:parse": "node test/parse.mjs", "smoke": "node test/smoke.mjs" }, "keywords": [ "mcp", "eureka", "kis", "interpretacje-podatkowe", "podatki", "legal", "poland" ], "author": "MateMatic / Wieslaw Mazur", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0" }, "devDependencies": { "typescript": "^5.4.5", "@types/node": "^20.14.0" }, "engines": { "node": ">=18.0.0" }, "mcpName": "io.github.matematicsolutions/mcp-eureka", "repository": { "type": "git", "url": "git+https://github.com/matematicsolutions/mcp-eureka.git" }, "bin": { "mcp-eureka": "dist/index.js" }, "files": [ "dist" ], "publishConfig": { "access": "public", "provenance": true } }