From cd1d7e38052273ef9a52179e49de25dcc676a961 Mon Sep 17 00:00:00 2001 From: Mohamed Amri Date: Thu, 27 Mar 2025 12:24:49 +0400 Subject: [PATCH] Hotfix --- examples/mcp/filesystem_example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mcp/filesystem_example/README.md b/examples/mcp/filesystem_example/README.md index 83183fb4..4ed6ac46 100644 --- a/examples/mcp/filesystem_example/README.md +++ b/examples/mcp/filesystem_example/README.md @@ -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