Skip to content

Commit 2623426

Browse files
authored
Update agentic demo with v0.5.0 weather mcp server (#3748)
### 🛠 Summary CVS-174190
1 parent 73941ef commit 2623426

File tree

1 file changed

+3
-3
lines changed
  • demos/continuous_batching/agentic_ai

1 file changed

+3
-3
lines changed

demos/continuous_batching/agentic_ai/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -387,9 +387,9 @@ docker run -d --rm -p 8000:8000 -v $(pwd)/models:/models:ro openvino/model_serve
387387
### Linux
388388
```bash
389389
git clone https://github.com/isdaniel/mcp_weather_server
390-
cd mcp_weather_server
391-
docker build . -t mcp_weather_server
392-
docker run -d -v $(pwd)/src/mcp_weather_server:/mcp_weather_server -p 8080:8080 mcp_weather_server bash -c ". .venv/bin/activate ; python /mcp_weather_server/server-see.py"
390+
cd mcp_weather_server && git checkout v0.5.0
391+
docker build -t mcp-weather-server:sse .
392+
docker run -d -p 8080:8080 -e PORT=8080 mcp-weather-server:sse uv run python -m mcp_weather_server --mode sse
393393
```
394394

395395
> **Note:** On Windows the MCP server will be demonstrated as an instance with stdio interface inside the agent application

0 commit comments

Comments
 (0)