From bb5b2eb40a73c4201f302ec4a06a7c3a034655a0 Mon Sep 17 00:00:00 2001 From: codingjenny Date: Sun, 30 Mar 2025 13:59:13 +0800 Subject: [PATCH] Update README to correct pip installation command for MCP CLI support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b108435e..68969d0ed 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ uv add "mcp[cli]" Alternatively, for projects using pip for dependencies: ```bash -pip install mcp +pip install "mcp[cli]" ``` ### Running the standalone MCP development tools