8000 Update README to correct pip installation command for MCP CLI support · codingjenny/python-sdk@bb5b2eb · GitHub
[go: up one dir, main page]

Skip to content

Commit bb5b2eb

Browse files
committed
Update README to correct pip installation command for MCP CLI support
1 parent 2ea1495 commit bb5b2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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)
2943
0