Metadata-Version: 2.4
Name: dida-mcp-server
Version: 1.0.0
Summary: MCP server for hotel search, booking, and reviews
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/dida-mcp-server
Project-URL: Repository, https://github.com/yourusername/dida-mcp-server
Project-URL: Issues, https://github.com/yourusername/dida-mcp-server/issues
Keywords: mcp,hotel,booking,travel
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: mcp>=1.0.0
Requires-Dist: fastapi>=0.104.0
Requires-Dist: uvicorn>=0.24.0
Requires-Dist: sse-starlette>=1.6.5
Requires-Dist: python-dotenv>=1.0.0

# Dida MCP Server

Hotel search, booking, and review MCP server.

## Features

- 🏨 Search hotels with 12+ detailed fields
- 📅 Book hotel rooms
- ⭐ View hotel reviews

## Installation
```bash
pip install dida-mcp-server


Usage
Local (stdio)
bashpython -m src.server
Remote (SSE)
bashpython -m src.sse_server
