UNPKG

celestial-position-mcp

Version:

MCP server for celestial object altitude-azimuth coordinates

56 lines (55 loc) 1.38 kB
{ "name": "celestial-position-mcp", "version": "1.0.2", "description": "MCP server for celestial object altitude-azimuth coordinates", "main": "dist/index.js", "type": "module", "bin": { "celestial-position-mcp": "dist/index.js" }, "files": [ "dist", "data" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "test": "echo \"Error: no test specified\" && exit 1", "fetch-catalogs": "ts-node src/fetch-catalogs.ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "astronomy", "celestial", "coordinates" ], "author": "rkm1999", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/rkm1999/celestial-position-mcp.git" }, "homepage": "https://github.com/rkm1999/celestial-position-mcp", "bugs": { "url": "https://github.com/rkm1999/celestial-position-mcp/issues" }, "dependencies": { "astronomy-engine": "^2.1.10", "cors": "^2.8.5", "csv-parse": "^5.6.0", "express": "^4.18.2", "mcp-framework": "^0.2.11", "node-fetch": "^2.7.0", "zod": "^3.22.4" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/node": "^20.10.5", "@types/node-fetch": "^2.6.12", "ts-node": "^10.9.2", "typescript": "^5.3.3" } }