{ "name": "uap-pulse", "version": "0.4.3", "mcpName": "io.github.davidmosiah/uap-pulse", "description": "MCP server for 350 official-government UAP/UFO records: Pentagon PURSUE Releases 1-4 plus curated archives from 12 nations.", "type": "module", "bin": { "uap-pulse": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist", "data/sightings.json", "README.md", "LICENSE", "NOTICE", "skill" ], "scripts": { "build": "tsc", "prepare": "tsc", "start": "node dist/index.js", "data": "python3 scripts/build_data.py", "pretest": "npm run build", "test": "node --test tests/*.test.mjs && npm run test:skill-surface", "test:skill-surface": "node scripts/test-skill-surface.mjs" }, "keywords": [ "mcp", "model-context-protocol", "uap", "ufo", "pentagon", "pursue", "declassified", "war.gov", "ai-agents", "claude" ], "author": "David Mosiah (@delx369)", "license": "MIT", "homepage": "https://uap-pulse.vercel.app", "repository": { "type": "git", "url": "git+https://github.com/davidmosiah/uap-pulse.git" }, "bugs": { "url": "https://github.com/davidmosiah/uap-pulse/issues" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.23.8" }, "devDependencies": { "typescript": "^5.5.4", "@types/node": "^20.14.0" }, "overrides": { "@hono/node-server": "2.1.0", "hono": "4.13.1", "fast-uri": "3.1.5", "ip-address": "10.4.0" } }