Update SDK docs (#1236)

This commit is contained in:
Jeremiah Lowin 2025-07-22 19:27:43 -04:00 committed by GitHub
commit d408dbc477
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 541 additions and 358 deletions

View file

@ -65,7 +65,10 @@
{
"group": "Essentials",
"icon": "cube",
"pages": ["servers/server", "deployment/running-server"]
"pages": [
"servers/server",
"deployment/running-server"
]
},
{
"group": "Core Components",
@ -93,7 +96,9 @@
{
"group": "Authentication",
"icon": "shield-check",
"pages": ["servers/auth/bearer"]
"pages": [
"servers/auth/bearer"
]
}
]
},
@ -103,7 +108,10 @@
{
"group": "Essentials",
"icon": "cube",
"pages": ["clients/client", "clients/transports"]
"pages": [
"clients/client",
"clients/transports"
]
},
{
"group": "Core Operations",
@ -129,7 +137,10 @@
{
"group": "Authentication",
"icon": "user-shield",
"pages": ["clients/auth/oauth", "clients/auth/bearer"]
"pages": [
"clients/auth/oauth",
"clients/auth/bearer"
]
}
]
},
@ -175,12 +186,17 @@
},
{
"anchor": "What's New",
"pages": ["updates", "changelog"]
"pages": [
"updates",
"changelog"
]
},
{
"anchor": "Community",
"icon": "users",
"pages": ["community/showcase"]
"pages": [
"community/showcase"
]
}
]
},
@ -207,7 +223,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-mcp_config",
"python-sdk/fastmcp-cli-install-mcp_json",
"python-sdk/fastmcp-cli-install-shared"
]
},
@ -318,6 +334,7 @@
"python-sdk/fastmcp-utilities-json_schema",
"python-sdk/fastmcp-utilities-json_schema_type",
"python-sdk/fastmcp-utilities-logging",
"python-sdk/fastmcp-utilities-mcp_config",
"python-sdk/fastmcp-utilities-openapi",
"python-sdk/fastmcp-utilities-tests",
"python-sdk/fastmcp-utilities-types"