8000 Docs: Change README to correct pip installation command for MCP CLI s… · evanoster/python-sdk@a81b25a · GitHub
[go: up one dir, main page]

Skip to content

Commit a81b25a

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

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)
0