Major changes
N/AMinor changes
- Add
extensionsfield toClientCapabilitiesandServerCapabilitiesto support optional extensions beyond the core protocol. - Document OpenTelemetry trace context propagation conventions for
_metakeys (traceparent,tracestate,baggage) (SEP-414). - Servers SHOULD return tools from
tools/listin a deterministic order to enable client-side caching and improve LLM prompt cache hit rates. - Require standard MCP request headers (
Mcp-Method,Mcp-Name) on Streamable HTTP POST requests, and add support for custom headers from tool parameters viax-mcp-header(SEP-2243).
Other schema changes
N/AGovernance and process updates
N/AProcess changes
- Formalize PR-based SEP workflow with markdown files in
seps/directory, PR-derived numbering, sponsor responsibilities, and status management via PR labels (SEP-1850).