mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
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:
parent
958e657521
commit
1eb57ba262
7 changed files with 820 additions and 24 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue