Fix invalid uv add fastmcp@latest command (#3217)

This commit is contained in:
Jeremiah Lowin 2026-02-18 14:46:19 -05:00 committed by GitHub
commit 78010ef06e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ Since you already have `fastmcp` installed, you need to explicitly request the n
```bash
pip install --upgrade fastmcp
# or
uv add fastmcp@latest
uv add --upgrade fastmcp
```
If you pin versions in a requirements file or `pyproject.toml`, update your pin to `fastmcp>=3.0.0,<4`.