Travel Planner MCP Server

{ "name": "@gongrzhe/server-travelplanner-mcp", "version": "0.1.2", "description": "MCP server for travel planning and itinerary management", "license": "MIT", "author": "Gongrzhe, Inc. (https://gongrzhe.com)", "homepage": "https://gongrzhe.com", "type": "module", "main": "dist/index.js", "bin": { "server-travelplanner-mcp": "./dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "prepare": "npm run build", "watch": "tsc --watch", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "0.5.0", "@googlemaps/google-maps-services-js": "^3.3.41", "node-fetch": "^3.3.2", "zod": "^3.22.4", "zod-to-json-schema": "^3.22.4" }, "devDependencies": { "@types/node": "^22", "@types/google.maps": "^3.54.10", "typescript": "^5.3.3" }, "publishConfig": { "access": "public" } }