diff --git a/README.md b/README.md index c69f565..5c95f34 100755 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ uvx expedia_travel_recommendations_mcp --protocol "streamable-http" docker run \ -p 9900:9900 \ -e EXPEDIA_API_KEY=your_api_key_here \ - /expedia-travel-recommendations-mcp:latest + expediagroup/expedia-travel-recommendations-mcp ``` > Accessible at: `http://0.0.0.0:9900/mcp` diff --git a/pyproject.toml b/pyproject.toml index 142856e..0eabb7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "expedia-travel-recommendations-mcp" -version = "1.0.0" +version = "1.0.2" description = "Travel recommendations MCP Server" readme = "README.md" license = { file = "LICENSE" }