{ "name": "mcp-jp-paid-leave", "version": "1.0.0", "description": "MCP server for Japanese statutory annual paid leave (nenkyu) calculations under the Labor Standards Act: entitlement grants, attendance-rate checks, proportional grants for part-time workers, carryover/prescription, and the 5-day mandatory-use rule, with no runtime network access.", "keywords": [ "mcp", "model-context-protocol", "mcp-server", "japan", "japanese", "labor-law", "labor-standards-act", "paid-leave", "annual-leave", "nenkyu", "hr", "payroll" ], "type": "module", "main": "build/index.js", "bin": { "mcp-jp-paid-leave": "build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc", "start": "node build/index.js", "test": "node --import tsx --test tests/**/*.test.ts" }, "license": "MIT", "author": "skypier-jp-works", "homepage": "https://github.com/skypier-jp-works/mcp-jp-paid-leave", "bugs": "https://github.com/skypier-jp-works/mcp-jp-paid-leave/issues", "mcpName": "io.github.skypier-jp-works/mcp-jp-paid-leave", "dependencies": { "@modelcontextprotocol/sdk": "^1.13.0", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.10.2", "tsx": "^4.19.2", "typescript": "^5.7.2" } }