docs: Update README to specify [cli] dependency for mcp CLI

This commit is contained in:
David Soria Parra
2024-12-19 21:45:00 +00:00
parent 45cea71d90
commit ca3121282e

View File

@@ -65,7 +65,7 @@ The Model Context Protocol allows applications to provide context for LLMs in a
We recommend using [uv](https://docs.astral.sh/uv/) to manage your Python projects:
```bash
uv add mcp
uv add "mcp[cli]"
```
Alternatively: