Hotfix mcp example (#365)

Small typo in uv command fixed
This commit is contained in:
amri369 2025-03-27 21:05:30 +04:00 committed by GitHub
parent aad8accc86
commit 377ddbace6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ This example uses the [filesystem MCP server](https://github.com/modelcontextpro
Run it via:
```
uv run python python examples/mcp/filesystem_example/main.py
uv run python examples/mcp/filesystem_example/main.py
```
## Details