Add upgrade command to v2 migration section

This commit is contained in:
Jeremiah Lowin 2026-02-18 14:21:22 -05:00
commit ee03d0d847
No known key found for this signature in database

View file

@ -64,6 +64,10 @@ Alternatively, wait for the stable v5 release. See [this issue](https://github.c
### From FastMCP 2.x
```bash
pip install -U fastmcp
```
See the [Upgrade Guide](/development/upgrade-guide) for a complete list of breaking changes and migration steps.
### From the Official MCP SDK