From ee03d0d847a021fff45f03baec381e88369f1354 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Wed, 18 Feb 2026 14:21:22 -0500 Subject: [PATCH] Add upgrade command to v2 migration section --- docs/getting-started/installation.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/getting-started/installation.mdx b/docs/getting-started/installation.mdx index 1815d177b..7b3705cc9 100644 --- a/docs/getting-started/installation.mdx +++ b/docs/getting-started/installation.mdx @@ -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