docs: comprehensive feature documentation for SEP-1730 Tier 1#1548
Merged
felixweinberger merged 2 commits intov1.xfrom Feb 17, 2026
Merged
docs: comprehensive feature documentation for SEP-1730 Tier 1#1548felixweinberger merged 2 commits intov1.xfrom
felixweinberger merged 2 commits intov1.xfrom
Conversation
commit: |
4f5bf78 to
353cd32
Compare
|
1282f7e to
58296ec
Compare
Expand existing docs and add new protocol.md to cover all 48 non-experimental MCP features required for SEP-1730 Tier 1. docs/server.md: - Tool image, audio, embedded resource, and error results - Tool change notifications - Binary resources, resource templates, subscribing/unsubscribing - Prompt image content, embedded resources, change notifications - Completions with completable() wrapper - Logging and log level docs/client.md: - stdio transport with StdioClientTransport - Roots listing and change notifications docs/capabilities.md: - Elicitation schema validation, default values, enum values - Fix experimental tasks API paths docs/protocol.md (new): - Ping, progress notifications, cancellation - Pagination, capability negotiation, protocol version negotiation - JSON Schema 2020-12 support All code snippets verified against SDK source by review agent.
58296ec to
443635f
Compare
pcarleton
approved these changes
Feb 17, 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.
Add documentation for all 48 non-experimental MCP features, closing the documentation gap for SEP-1730 Tier 1 compliance.
Motivation and Context
The tier audit showed 22/48 features documented. Tier 1 requires all non-experimental features documented with examples. This PR fills the remaining gaps.
How Has This Been Tested?
Breaking Changes
None — documentation only.
Types of changes
Checklist
Additional context
docs/server.md — tool image/audio/error/embedded resource results, change notifications, binary resources, resource templates, subscribing/unsubscribing, prompt image/embedded resource content, prompt change notifications, completions with
completable(), logging with level filtering, stdio transportdocs/client.md — stdio transport, roots listing and change notifications
docs/capabilities.md — elicitation schema validation/defaults/enums, complete notification with
createElicitationCompletionNotifier, fix experimental tasks API pathsdocs/protocol.md (new) — ping, progress notifications, cancellation, pagination, capability negotiation, protocol version negotiation, JSON Schema 2020-12
README.md — link to new protocol.md