{
  "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": "^4.21.0",
    "rendezvous-kit": "^1.17.2",
    "zod": "^3.24.0"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^12.0.6",
    "@semantic-release/npm": "^13.1.4",
    "@types/cors": "^2.8.17",
    "@types/express": "^5.0.0",
    "@types/node": "^22.0.0",
    "semantic-release": "^25.0.3",
    "typescript": "^5.7.0",
    "vitest": "^4.0.18"
  },
  "keywords": [
    "mcp",
    "meeting-point",
    "rendezvous",
    "routing",
    "valhalla",
    "l402",
    "model-context-protocol",
    "ai",
    "fairness",
    "isochrone",
    "travel-time",
    "openstreetmap",
    "geospatial",
    "venue-search"
  ],
  "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:thedonkey@strike.me"
  },
  "files": [
    "build",
    "LICENSE"
  ],
  "license": "MIT"
}
