Add new sections and inline code snippets to docs/client.md#1526
Merged
jonathanhefner merged 3 commits intomodelcontextprotocol:mainfrom Feb 13, 2026
Merged
Conversation
|
@modelcontextprotocol/client
@modelcontextprotocol/server
@modelcontextprotocol/express
@modelcontextprotocol/hono
@modelcontextprotocol/node
commit: |
New doc sections: Connecting to a server (3 transports), Authentication (client credentials, private key JWT, full OAuth), Using server features (tools, resources, prompts, completions), Notifications (`listChanged` first, manual handlers second), Handling server-initiated requests (capabilities, sampling, elicitation), Advanced patterns (middleware, resumption tokens), and a More client features reference table. New companion file `examples/client/src/clientGuide.examples.ts` provides the snippet source with 16 regions covering: `connect_streamableHttp`, `connect_stdio`, `connect_sseFallback`, `auth_clientCredentials`, `auth_privateKeyJwt`, `callTool_basic`, `readResource_basic`, `getPrompt_basic`, `complete_basic`, `listChanged_basic`, `notificationHandler_basic`, `capabilities_declaration`, `sampling_handler`, `elicitation_handler`, `middleware_basic`, and `resumptionToken_basic`. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add a top-level scope-setting link and per-section spec links for Tools, Resources, Prompts, Sampling, Elicitation, and Authorization. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1f07d0d to
3a80499
Compare
felixweinberger
approved these changes
Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New doc sections: Connecting to a server (3 transports), Authentication (client credentials, private key JWT, full OAuth), Using server features (tools, resources, prompts, completions), Notifications (
listChangedfirst, manual handlers second), Handling server-initiated requests (capabilities, sampling, elicitation), Advanced patterns (middleware, resumption tokens), and a More client features reference table.New companion file
examples/client/src/clientGuide.examples.tsprovides the snippet source with 16 regions covering:connect_streamableHttp,connect_stdio,connect_sseFallback,auth_clientCredentials,auth_privateKeyJwt,callTool_basic,readResource_basic,getPrompt_basic,complete_basic,listChanged_basic,notificationHandler_basic,capabilities_declaration,sampling_handler,elicitation_handler,middleware_basic, andresumptionToken_basic.I still want to improve this document more in the future, but I think this is in a mergeable state.