UNPKG

@xzkcz/iztro-mcp-server

Version:

MCP server exposing iztro astrology methods for Zi Wei Dou Shu astrolabe generation and horoscope analysis

74 lines (73 loc) 1.82 kB
{ "name": "@xzkcz/iztro-mcp-server", "version": "2.2.1", "description": "MCP server exposing iztro astrology methods for Zi Wei Dou Shu astrolabe generation and horoscope analysis", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "bin": { "iztro-mcp-server": "dist/index.js" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "scripts": { "prebuild": "node scripts/generate-version.js", "build": "npm run prebuild && tsc", "start": "node dist/index.js", "gen": "tsx src/genAndSaveAstrolabe.ts", "dev": "tsx src/index.ts", "test": "vitest run", "test:ui": "vitest --ui", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "prepublishOnly": "npm test && npm run build", "prepack": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "fastmcp": "^3.19.0", "iztro": "^2.5.0", "lunar-typescript": "^1.8.2", "zod": "^3.25.67" }, "devDependencies": { "@types/node": "^20.0.0", "@vitest/coverage-v8": "^2.1.9", "@vitest/ui": "^2.1.8", "tsx": "^4.0.0", "typescript": "^5.0.0", "vitest": "^2.1.8" }, "keywords": [ "mcp", "model-context-protocol", "astrology", "iztro", "ziwei", "zi-wei-dou-shu", "horoscope", "astrolabe", "chinese-astrology", "fastmcp", "typescript" ], "author": "Your Name <your.email@example.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/xzkcz/iztro-mcp-server.git" }, "homepage": "https://github.com/xzkcz/iztro-mcp-server#readme", "bugs": { "url": "https://github.com/xzkcz/iztro-mcp-server/issues" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" } }