UNPKG

tripadvisor-mcp-node

Version:

MCP server for TripAdvisor restaurant search

36 lines (35 loc) 751 B
{ "name": "tripadvisor-mcp-node", "version": "1.0.6", "type": "module", "main": "dist/index.js", "bin": { "tripadvisor-mcp-node": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "npm run clean && tsc && chmod +x dist/index.js", "clean": "rm -rf dist", "prepare": "npm run build", "watch": "tsc --watch" }, "keywords": [ "tripadvisor", "mcp", "api" ], "author": "wandergis", "license": "MIT", "description": "MCP server for TripAdvisor restaurant search", "devDependencies": { "typescript": "^5.8.3", "@types/node": "^22.15.21" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.25.23", "zod-to-json-schema": "^3.24.5" } }