-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Description
This is a tracking issue for implementation of SEP-1724.
Summary
This SEP establishes a comprehensive framework for extending the Model Context Protocol through optional, composable extensions. The Python SDK needs to implement support for extension identifiers in the format {vendor-prefix}/{extension-name}, capabilities advertisement for extensions, and mechanisms to enable/disable extensions (with opt-in by default). This includes updating protocol types to include extension-related fields, implementing extension discovery and negotiation during session initialization, and providing SDK APIs for developers to register and use extensions. The framework introduces three categories (Unofficial, Recommended, Official) and ensures extensions are purely additive and optional, maintaining core protocol stability.
Related Issues & PRs
- Implementation PRs: n/a
- Related PRs: n/a
- Related Issues: n/a
Metadata
Metadata
Assignees
Labels
Type
Projects
Status