-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
enhancementRequest for a new feature that's not currently supportedRequest for a new feature that's not currently supported
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 TypeScript 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
enhancementRequest for a new feature that's not currently supportedRequest for a new feature that's not currently supported
Type
Projects
Status
Done