UNPKG

star-mcp

Version:

星座 MCP 服务 - 提供星座信息、运势、配对等功能

35 lines (34 loc) 717 B
{ "name": "star-mcp", "version": "2.0.0", "description": "星座 MCP 服务 - 提供星座信息、运势、配对等功能", "main": "index.js", "type": "module", "bin": { "star-mcp": "./index.js" }, "scripts": { "start": "node index.js", "dev": "node --watch index.js", "test": "node test.js", "demo": "node demo.js", "test:manual": "node test.js --manual" }, "keywords": [ "mcp", "zodiac", "horoscope", "astrology", "constellation" ], "author": "Your Name", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0", "axios": "^1.6.0", "dayjs": "^1.11.10" }, "devDependencies": { "nodemon": "^3.0.0" } }