Update client docs

Co-Authored-By: Claude <claude@users.noreply.github.com>
This commit is contained in:
Jeremiah Lowin 2025-06-22 13:18:28 -04:00
commit 8e98d711fc
11 changed files with 909 additions and 471 deletions

View file

@ -94,13 +94,31 @@
"group": "Clients",
"pages": [
"clients/client",
{
"group": "Core Interactions",
"icon": "handshake",
"pages": [
"clients/tools",
"clients/resources",
"clients/prompts"
]
},
{
"group": "Advanced Features",
"icon": "stars",
"pages": [
"clients/logging",
"clients/progress",
"clients/sampling",
"clients/roots"
]
},
"clients/transports",
{
"group": "Authentication",
"icon": "user-shield",
"pages": ["clients/auth/oauth", "clients/auth/bearer"]
},
"clients/advanced-features"
}
]
},
{