{ "name": "@matematicsolutions/mcp-saos", "version": "1.2.0", "description": "MCP server - Polish court judgments via SAOS API (System Analizy Orzeczen Sadowych)", "main": "dist/index.js", "scripts": { "build": "tsc", "prepare": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "drift": "node test/drift.mjs", "test:unit": "node --test test/cite-check.test.mjs", "test": "npm run drift && npm run test:unit" }, "keywords": [ "mcp", "saos", "orzecznictwo", "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-saos", "repository": { "type": "git", "url": "git+https://github.com/matematicsolutions/mcp-saos.git" }, "bin": { "mcp-saos": "dist/index.js" }, "files": [ "dist" ], "publishConfig": { "access": "public", "provenance": true } }