From a81b25ae8d5a7c8c96c0f1efe1e97b4c1d4ead35 Mon Sep 17 00:00:00 2001 From: YungYueh ChanLee Date: Mon, 31 Mar 2025 15:10:19 +0800 Subject: [PATCH] Docs: Change README to correct pip installation command for MCP CLI support (#394) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b10843..68969d0 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