Skip to content

Commit 64cdfb1

Browse files
authored
Merge pull request #28 from ExpediaGroup/etr-1
chores :README correction
2 parents 44a17cd + 4dd9b65 commit 64cdfb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ uvx expedia_travel_recommendations_mcp --protocol "streamable-http"
4848
docker run \
4949
-p 9900:9900 \
5050
-e EXPEDIA_API_KEY=your_api_key_here \
51-
<your-dockerhub-username>/expedia-travel-recommendations-mcp:latest
51+
expediagroup/expedia-travel-recommendations-mcp
5252
```
5353

5454
> Accessible at: `http://0.0.0.0:9900/mcp`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "expedia-travel-recommendations-mcp"
3-
version = "1.0.0"
3+
version = "1.0.2"
44
description = "Travel recommendations MCP Server"
55
readme = "README.md"
66
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)