-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
This is a tracking issue for implementation of SEP-1319.
Summary
This SEP proposes a structural refactoring to separate data payload definitions from RPC method definitions in the MCP specification. The Python SDK needs to restructure its internal type definitions to define payload structures as independent, top-level schemas that RPC method definitions reference, decoupling the data model from the transport mechanism. This refactoring improves code clarity, maintainability, and enables future support for alternative transports like gRPC while maintaining backward compatibility.
Related Issues & PRs
- Implementation PRs: n/a
- Related PRs: n/a
- Related Issues: n/a
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Ready