UNPKG

hotel-mcp

Version:

Hotel MCP Server - Read-only hotel information with rich media support for Claude Desktop

57 lines (56 loc) 1.2 kB
{ "name": "hotel-mcp", "version": "1.3.1", "description": "Hotel MCP Server - Read-only hotel information with rich media support for Claude Desktop", "main": "bin/hotel-mcp.js", "bin": { "hotel-mcp": "./bin/hotel-mcp.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "node scripts/postinstall.js", "preuninstall": "node scripts/preuninstall.js" }, "keywords": [ "mcp", "hotel", "claude", "fastmcp", "supabase", "ai", "assistant", "hospitality" ], "author": "DAOTOMATA FZE <contact@daotomata.com>", "license": "PROPRIETARY", "repository": { "type": "git", "url": "https://github.com/mkiradani/hotel-mcp.git" }, "homepage": "https://github.com/mkiradani/hotel-mcp#readme", "bugs": { "url": "https://github.com/mkiradani/hotel-mcp/issues" }, "engines": { "node": ">=16.0.0" }, "os": [ "darwin", "linux", "win32" ], "files": [ "bin/", "scripts/", "hotel_mcp.py", "src/", "pyproject.toml", "requirements.txt", "README.md", "LICENSE" ], "preferGlobal": true, "dependencies": { "hotel-mcp": "^1.1.0" } }