From 377ddbace60ea37f7651c16fc59667f717a44e03 Mon Sep 17 00:00:00 2001 From: amri369 <39493555+amri369@users.noreply.github.com> Date: Thu, 27 Mar 2025 21:05:30 +0400 Subject: [PATCH] Hotfix mcp example (#365) Small typo in uv command fixed --- 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 83183fb..4ed6ac4 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