Skip to content

Commit a81b25a

Browse files
authored
Docs: Change README to correct pip installation command for MCP CLI support (#394)
1 parent 2ea1495 commit a81b25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ uv add "mcp[cli]"
8181

8282
Alternatively, for projects using pip for dependencies:
8383
```bash
84-
pip install mcp
84+
pip install "mcp[cli]"
8585
```
8686

8787
### Running the standalone MCP development tools

0 commit comments

Comments
 (0)