{ "name": "freebazi-mcp", "version": "1.0.1", "mcpName": "io.github.alexsu1212/freebazi", "description": "Bazi (八字, Four Pillars of Destiny) MCP server: compute a full Chinese astrology chart with True Solar Time. Powered by the freebazi.com engine.", "type": "module", "bin": { "freebazi-mcp": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "bazi", "four-pillars", "chinese-astrology", "ba-zi", "day-master", "ten-gods", "true-solar-time", "destiny" ], "homepage": "https://freebazi.com", "repository": { "type": "git", "url": "git+https://github.com/alexsu1212/freebazi-mcp.git" }, "bugs": { "url": "https://github.com/alexsu1212/freebazi-mcp/issues" }, "license": "MIT", "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.20.1", "tsx": "^4.0.0", "typescript": "^5.5.0" } }