{ "name": "rendezvous-mcp", "version": "1.1.4", "mcpName": "dev.forgesworn/rendezvous-mcp", "description": "MCP server for AI-driven fair meeting point discovery", "type": "module", "bin": { "rendezvous-mcp": "./build/index.js" }, "main": "./build/index.js", "exports": { ".": "./build/index.js", "./routing": "./build/routing.js", "./l402": "./build/l402.js", "./tools/*": "./build/tools/*.js" }, "scripts": { "build": "tsc", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit", "start": "node build/index.js", "start:http": "TRANSPORT=http node build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.26.0", "cors": "^2.8.5", "express": "^5.2.1", "rendezvous-kit": "^1.17.2", "zod": "^4.3.6" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^5.0.0", "@types/node": "^25.6.0", "typescript": "^6.0.2", "vitest": "^5.0.0" }, "keywords": [ "mcp", "meeting-point", "rendezvous", "routing", "valhalla", "l402", "model-context-protocol", "ai", "fairness", "isochrone", "travel-time", "openstreetmap", "geospatial", "venue-search" ], "publishConfig": { "provenance": true }, "sideEffects": false, "engines": { "node": ">=18" }, "author": "forgesworn", "repository": { "type": "git", "url": "https://github.com/forgesworn/rendezvous-mcp.git" }, "homepage": "https://github.com/forgesworn/rendezvous-mcp", "funding": { "type": "lightning", "url": "lightning:profusemeat89@walletofsatoshi.com" }, "files": [ "build", "LICENSE" ], "license": "MIT" }