Migrate open and accepted SEPs to seps/ directory#1806
Closed
dsp-ant wants to merge 4 commits intoseps-migration-final-closedfrom
Closed
Migrate open and accepted SEPs to seps/ directory#1806dsp-ant wants to merge 4 commits intoseps-migration-final-closedfrom
dsp-ant wants to merge 4 commits intoseps-migration-final-closedfrom
Conversation
Migrate 10 SEPs with 'final' status or closed state to the new seps/ markdown format: - SEP-932: Model Context Protocol Governance - SEP-973: Expose additional metadata for Implementations, Resources, Tools and Prompts - SEP-985: Align OAuth 2.0 Protected Resource Metadata with RFC 9728 - SEP-986: Specify Format for Tool Names - SEP-990: Enable enterprise IdP policy controls during MCP OAuth flows - SEP-994: Shared Communication Practices/Guidelines - SEP-1046: Support OAuth client credentials flow in authorization - SEP-1302: Formalize Working Groups and Interest Groups in MCP Governance - SEP-1319: Decouple Request Payload from RPC Methods Definition - SEP-1330: Elicitation Enum Schema Improvements and Standards Compliance Also includes the migration script (migrate_seps.js) for future use. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Migrate 11 additional SEPs with 'accepted' or 'accepted-with-changes' status that are still open: - SEP-991: Enable URL-based Client Registration using OAuth Client ID Metadata Documents - SEP-1024: MCP Client Security Requirements for Local Server Installation - SEP-1034: Support default values for all primitive types in elicitation schemas - SEP-1036: URL Mode Elicitation for secure out-of-band interactions - SEP-1303: Input Validation Errors as Tool Execution Errors - SEP-1309: Specification Version Management - SEP-1577: Sampling With Tools - SEP-1613: Establish JSON Schema 2020-12 as Default Dialect for MCP - SEP-1686: Tasks - SEP-1699: Support SSE polling via server-side disconnect - SEP-1730: SDKs Tiering System These SEPs are accepted and being implemented but not yet marked as final. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
a7d357c to
9885393
Compare
860d4ad to
10bc78f
Compare
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.
Summary
This PR migrates 11 additional SEPs with 'accepted' or 'accepted-with-changes' status that are still open to the new seps/ markdown format. This PR builds on #1804.
Migrated SEPs
Changes
Migration Criteria
These SEPs were selected because they have:
These represent SEPs that have been accepted by the community and are being implemented, but are not yet finalized.
Relationship to #1804
This PR is built on top of #1804 which contains the final/closed SEPs. Together, these two PRs migrate all 21 SEPs that have been accepted or finalized.
🤖 Generated with Claude Code