Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 377ddba

Browse files
authoredMar 27, 2025··
Hotfix mcp example (#365)
Small typo in uv command fixed
1 parent aad8acc commit 377ddba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/mcp/filesystem_example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This example uses the [filesystem MCP server](https://github.com/modelcontextpro
55
Run it via:
66

77
```
8-
uv run python python examples/mcp/filesystem_example/main.py
8+
uv run python examples/mcp/filesystem_example/main.py
99
```
1010

1111
## Details

0 commit comments

Comments
 (0)
Please sign in to comment.