mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-24 06:24:18 +02:00
chore: Update SDK documentation (#1767)
Co-authored-by: marvin-context-protocol[bot] <225465937+marvin-context-protocol[bot]@users.noreply.github.com>
This commit is contained in:
parent
54b7a3b79f
commit
79351ed744
18 changed files with 213 additions and 184 deletions
|
|
@ -4,9 +4,6 @@
|
|||
"default": "system",
|
||||
"strict": false
|
||||
},
|
||||
"interaction": {
|
||||
"drilldown": false
|
||||
},
|
||||
"background": {
|
||||
"color": {
|
||||
"dark": "#222831",
|
||||
|
|
@ -39,6 +36,9 @@
|
|||
"measurementId": "G-64R5W1TJXG"
|
||||
}
|
||||
},
|
||||
"interaction": {
|
||||
"drilldown": false
|
||||
},
|
||||
"logo": {
|
||||
"dark": "/assets/brand/logo-wordmark-dark.svg",
|
||||
"light": "/assets/brand/logo-wordmark.svg"
|
||||
|
|
@ -118,7 +118,10 @@
|
|||
{
|
||||
"group": "Essentials",
|
||||
"icon": "cube",
|
||||
"pages": ["clients/client", "clients/transports"]
|
||||
"pages": [
|
||||
"clients/client",
|
||||
"clients/transports"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Core Operations",
|
||||
|
|
@ -144,7 +147,10 @@
|
|||
{
|
||||
"group": "Authentication",
|
||||
"icon": "user-shield",
|
||||
"pages": ["clients/auth/oauth", "clients/auth/bearer"]
|
||||
"pages": [
|
||||
"clients/auth/oauth",
|
||||
"clients/auth/bearer"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -222,7 +228,10 @@
|
|||
"tab": "Documentation"
|
||||
},
|
||||
{
|
||||
"pages": ["updates", "changelog"],
|
||||
"pages": [
|
||||
"updates",
|
||||
"changelog"
|
||||
],
|
||||
"tab": "What's New"
|
||||
},
|
||||
{
|
||||
|
|
@ -247,6 +256,7 @@
|
|||
"python-sdk/fastmcp-cli-install-claude_code",
|
||||
"python-sdk/fastmcp-cli-install-claude_desktop",
|
||||
"python-sdk/fastmcp-cli-install-cursor",
|
||||
"python-sdk/fastmcp-cli-install-gemini_cli",
|
||||
"python-sdk/fastmcp-cli-install-mcp_json",
|
||||
"python-sdk/fastmcp-cli-install-shared"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue