Docs: Change README to correct pip installation command for MCP CLI support (#394)

This commit is contained in:
YungYueh ChanLee
2025-03-31 15:10:19 +08:00
committed by GitHub
parent 2ea14958f0
commit a81b25ae8d

View File

@@ -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