SEP-2133 Amendment: Add Experimental Extensions Framework#2158
Merged
dsp-ant merged 1 commit intomodelcontextprotocol:mainfrom Jan 27, 2026
Merged
Conversation
PederHP
reviewed
Jan 27, 2026
dsp-ant
previously approved these changes
Jan 27, 2026
Member
dsp-ant
left a comment
There was a problem hiding this comment.
Thanks. Lets address Peder's comment
13858b5 to
52f027b
Compare
dsp-ant
previously approved these changes
Jan 27, 2026
ee284bd to
156eecd
Compare
This amendment adds support for experimental extensions, allowing Working Groups and Interest Groups to incubate extension ideas within the MCP organization before formal SEP submission. Key changes: - Add Experimental Extensions section with experimental-ext-<name> naming convention - Experimental extensions MUST be associated with a WG/IG - Any maintainer may create experimental repos while SEP is in draft - Graduation to official status follows standard SEP process - Update Abstract and Definition to acknowledge experimental extensions - Update Lifecycle/Creation to reference experimental incubation path
156eecd to
eda657b
Compare
9 tasks
dsp-ant
approved these changes
Jan 27, 2026
shivankgoel
pushed a commit
to shivankgoel/modelcontextprotocol
that referenced
this pull request
Feb 16, 2026
…ol#2158) This amendment adds support for experimental extensions, allowing Working Groups and Interest Groups to incubate extension ideas within the MCP organization before formal SEP submission. Key changes: - Add Experimental Extensions section with experimental-ext-<name> naming convention - Experimental extensions MUST be associated with a WG/IG - Any maintainer may create experimental repos while SEP is in draft - Graduation to official status follows standard SEP process - Update Abstract and Definition to acknowledge experimental extensions - Update Lifecycle/Creation to reference experimental incubation path
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.
This PR amends SEP-2133 (Extensions) to add support for experimental extensions, allowing Working Groups and Interest Groups to incubate extension ideas within the MCP organization before formal SEP submission.
Related Discord discussion - https://discord.com/channels/1358869848138059966/1465676949476212737
Motivation and Context
The current SEP-2133 requires extensions to go through the full SEP process before getting a repository. This creates a chicken-and-egg problem: WGs/IGs need a place to collaborate and prototype, but can't get a repo until the SEP is accepted.
This amendment enables maintainers to create experimental extension repositories (e.g.,
experimental-ext-interceptors) for discovery, prototyping, and collaboration—all under neutral governance with anti-trust protection and IP clarity.This addresses feedback from the Financial IG and aligns with existing experimental repositories (
experimental-ext-interceptors,experimental-ext-variants).How Has This Been Tested?
This is a process/governance update to SEP-2133. The pattern has been validated by existing experimental repositories already in use by the Financial IG.
Breaking Changes
None. This is purely additive—existing official extension processes remain unchanged.
Types of changes
Checklist
Additional context
Per discussion among core maintainers, this is being submitted as a PR rather than a new SEP since it's a process update with broad alignment. Key changes:
Experimental Extensionssection withexperimental-ext-<name>naming convention