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 d1e94324e8
commit 1683606b6f
1 changed files with 1 additions and 1 deletions

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