Skip to content

Dissolve capabilities.md into server.md and client.md#1532

Open
jonathanhefner wants to merge 2 commits intomodelcontextprotocol:mainfrom
jonathanhefner:dissolve-docs-capabilities-md
Open

Dissolve capabilities.md into server.md and client.md#1532
jonathanhefner wants to merge 2 commits intomodelcontextprotocol:mainfrom
jonathanhefner:dissolve-docs-capabilities-md

Conversation

@jonathanhefner
Copy link
Member

Sampling and elicitation are now inline sections in docs/server.md under a new "Server-initiated requests" heading, with type-checked code snippets (registerTool_sampling, registerTool_elicitation regions in serverGuide.examples.ts). This fixes the asymmetry where logging got full inline treatment but structurally identical features (sampling, elicitation) were exiled to table rows pointing at a separate file.

Tasks get subsections in both guides that name the entry-point APIs (registerToolTask, callToolStream, getTask, getTaskResult) and link to runnable examples, with progressive disclosure through JSDoc.

JSDoc enhancements for task APIs:

  • ToolTaskHandler: three-phase description moved to field-level docs, @see linking to registerToolTask
  • ResponseMessage, TaskStatusMessage, TaskCreatedMessage, ResultMessage, ErrorMessage: lifecycle semantics and terminal behaviour documented; {@linkcode} cross-references to streaming APIs
  • takeResult, toArrayAsync: added JSDoc
  • InMemoryTaskStore: {@inheritdoc TaskStore.*} on all public methods

jonathanhefner and others added 2 commits February 13, 2026 12:04
Sampling and elicitation are now inline sections in `docs/server.md`
under a new "Server-initiated requests" heading, with type-checked code
snippets (`registerTool_sampling`, `registerTool_elicitation` regions in
`serverGuide.examples.ts`). This fixes the asymmetry where logging got
full inline treatment but structurally identical features (sampling,
elicitation) were exiled to table rows pointing at a separate file.

Tasks get subsections in both guides that name the entry-point APIs
(`registerToolTask`, `callToolStream`, `getTask`, `getTaskResult`) and
link to runnable examples, with progressive disclosure through JSDoc.

JSDoc enhancements for task APIs:

- `ToolTaskHandler`: three-phase description moved to field-level docs,
  `@see` linking to `registerToolTask`
- `ResponseMessage`, `TaskStatusMessage`, `TaskCreatedMessage`,
  `ResultMessage`, `ErrorMessage`: lifecycle semantics and terminal
  behaviour documented; `{@linkcode}` cross-references to streaming APIs
- `takeResult`, `toArrayAsync`: added JSDoc
- `InMemoryTaskStore`: `{@inheritdoc TaskStore.*}` on all public methods

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Move DNS rebinding protection and multi-node deployment patterns into a
new `## Deployment` umbrella near the end — they were splitting the flow
between Transports and core primitives. Promote Logging from a `####`
under Tools to a `###` peer of Tools/Resources/Prompts, since
`ctx.mcpReq.log()` is available in any handler, not just tools. Add a
brief `#### Tool annotations` subsection under Tools (previously only in
the catch-all table). Remove the Tool annotations row from the
`More server features` table and drop the cross-link to client.md from
the Completions section.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@jonathanhefner jonathanhefner requested a review from a team as a code owner February 13, 2026 18:07
@changeset-bot
Copy link

changeset-bot bot commented Feb 13, 2026

⚠️ No Changeset found

Latest commit: 81f1756

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 13, 2026

Open in StackBlitz

@modelcontextprotocol/client

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/client@1532

@modelcontextprotocol/server

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/server@1532

@modelcontextprotocol/express

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/express@1532

@modelcontextprotocol/hono

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/hono@1532

@modelcontextprotocol/node

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/node@1532

commit: 81f1756

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant