Add upgrade guides for users coming from the MCP SDK (#3215)

* Add upgrade guides for users coming from the MCP SDK

* Fix incorrect Image import path in LLM migration prompt

* Align LLM prompts with prose across all three upgrade guides

* Move upgrade guides under getting-started/upgrading, add install section and --upgrade flag
This commit is contained in:
Jeremiah Lowin 2026-02-18 14:30:07 -05:00 committed by GitHub
commit 1eb57ba262
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 820 additions and 24 deletions

View file

@ -88,8 +88,18 @@
"pages": [
"getting-started/welcome",
"getting-started/installation",
"development/upgrade-guide",
"getting-started/quickstart"
"getting-started/quickstart",
{
"collapsed": true,
"group": "Upgrade",
"icon": "up",
"tag": "NEW",
"pages": [
"getting-started/upgrading/from-fastmcp-2",
"getting-started/upgrading/from-mcp-sdk",
"getting-started/upgrading/from-low-level-sdk"
]
}
]
},
{
@ -940,6 +950,18 @@
{
"destination": "/servers/transforms/transforms",
"source": "/patterns/tool-transformation"
},
{
"destination": "/getting-started/upgrading/from-fastmcp-2",
"source": "/development/upgrade-guide"
},
{
"destination": "/getting-started/upgrading/from-mcp-sdk",
"source": "/getting-started/upgrading-from-sdk"
},
{
"destination": "/getting-started/upgrading/from-low-level-sdk",
"source": "/getting-started/low-level-sdk"
}
],
"search": {