{ "name": "true-solar-time-mcp", "version": "1.2.0", "mcpName": "io.github.Shann5/true-solar-time", "description": "True solar time correction for BaZi / Four Pillars charts — historical DST + longitude + equation of time. The step most chart calculators skip. MCP server + CLI + library.", "keywords": [ "bazi", "four-pillars", "chinese-astrology", "true-solar-time", "equation-of-time", "mcp", "mcp-server", "timezone", "dst" ], "license": "MIT", "author": "Shan Liu (https://auspiceoracle.com)", "homepage": "https://auspiceoracle.com/en/content/true-solar-time", "repository": { "type": "git", "url": "git+https://github.com/Shann5/true-solar-time-mcp.git" }, "type": "module", "main": "dist/solar-time.js", "types": "dist/solar-time.d.ts", "bin": { "true-solar-time-mcp": "dist/index.js", "true-solar-time": "dist/cli.js", "true-solar-time-http": "dist/http.js", "auspice-bazi-desktop": "dist/desktop.js" }, "files": [ "dist" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsc", "test": "vitest run", "prepublishOnly": "npm run build && npm test", "build:mcpb": "npm run build && node scripts/pack-mcpb.mjs" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.0", "zod": "^3.25.0" }, "devDependencies": { "typescript": "^5.6.0", "vitest": "^3.0.0" } }