Skip to content

Implement SEP-1319: Decouple Request Payload from RPC Methods #1055

@felixweinberger

Description

@felixweinberger

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

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Ready

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions