{ "name": "vr-org-mcp", "version": "0.4.1", "mcpName": "org.vr/vr-mcp", "description": "Read-only MCP server for VR.org. Gives AI agents one-call access to live VR, AR, and XR news, original editorial with full article text, the events calendar, headset deals, buyer guides, and top-game and top-app lists.", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "vr-org-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE", "manifest.json", "icon.png", "server.json" ], "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "vr", "ar", "xr", "virtual-reality", "augmented-reality", "spatial-computing", "news", "vr-org" ], "author": "VR.org", "license": "MIT", "homepage": "https://vr.org", "repository": { "type": "git", "url": "https://github.com/evanatpizzarobot/vr-org-mcp" }, "bugs": { "url": "https://github.com/evanatpizzarobot/vr-org-mcp/issues" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^20.11.0", "tsx": "^4.7.0", "typescript": "^5.4.0", "vitest": "^1.4.0" }, "overrides": { "hono": "^4.13.5", "@hono/node-server": "^2.0.5", "ip-address": "^10.5.0", "fast-uri": "^3.1.6", "qs": "^6.16.0" }, "publishConfig": { "access": "public", "provenance": true } }