{ "name": "@edestory/mcp-starmeet", "version": "1.2.0", "type": "module", "description": "MCP Server for StarMeet Vedic Astrology — Kundali preview, Panchang, and Nakshatra tools for AI assistants", "main": "dist/index.js", "bin": { "mcp-starmeet": "dist/index.js" }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "dev": "ts-node src/index.ts", "start": "node dist/index.js", "prepare": "npm run build" }, "keywords": [ "mcp", "vedic astrology", "kundali", "panchang", "jyotish", "nakshatra", "anthropic", "model-context-protocol" ], "author": "StarMeet Team", "license": "MIT", "homepage": "https://star-meet.com", "repository": { "type": "git", "url": "git+https://github.com/edestory/mcp-starmeet.git" }, "bugs": { "url": "https://github.com/edestory/mcp-starmeet/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0", "ts-node": "^10.9.0" } }