From a05c8718b22f12ec6cf2beaf1200767e568f59f9 Mon Sep 17 00:00:00 2001 From: tcheiner Date: Mon, 21 Apr 2025 15:10:27 +0200 Subject: [PATCH] Update README.md added missing fastmcp install instruction line --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0ca039ae..e8fccbb2 100644 --- a/README.md +++ b/README.md @@ -86,11 +86,13 @@ If you haven't created a uv-managed project yet, create one: ```bash uv add "mcp[cli]" + uv add fastmcp ``` Alternatively, for projects using pip for dependencies: ```bash pip install "mcp[cli]" +pip install fastmcp ``` ### Running the standalone MCP development tools