Summary
The MCP specification published its 2026-07-28 release candidate,
introducing significant architectural changes to the protocol. The WS4 white paper
and any associated guidance documents that reference MCP should be reviewed and
updated to accurately reflect the current specification.
Tasks
Protocol Architecture
Extensions Framework
Authorization & Security
Operational Concerns
Deprecations
Schema & Error Handling
References
Summary
The MCP specification published its 2026-07-28 release candidate,
introducing significant architectural changes to the protocol. The WS4 white paper
and any associated guidance documents that reference MCP should be reviewed and
updated to accurately reflect the current specification.
Tasks
Protocol Architecture
initialize/initializedhandshake andMcp-Session-Idare eliminated; client metadata now travels via_metaon everyrequest. Review any security guidance around session establishment and sticky sessions.
now restricted to occur only while the server is actively processing a client
request;
InputRequiredResult(Multi-Round-Trip Requests) replaces SSE streams.Extensions Framework
independent versioning, delegated maintainers, and the Extensions Track in the
SEP process.
delivered in sandboxed iframes, including security implications (sandboxing model,
audit trail via JSON-RPC layer).
covers tool-call-to-task-handle lifecycle,
tasks/get,tasks/update,tasks/cancel.Authorization & Security
issparameter validation (RFC 9207)application_typedeclaration in Dynamic Client RegistrationOperational Concerns
Mcp-MethodandMcp-Nameheader semantics and their implicationsfor routing, observability, and threat modeling.
ttlMs/cacheScoperesponse caching parameters andtheir security/privacy trade-offs.
as now formally specified.
Deprecations
or server configuration).
integration preferred).
stderror OpenTelemetryrecommended). Note: twelve-month deprecation window applies.
Schema & Error Handling
(
oneOf,anyOf,allOf, conditionals,$ref).-32002toJSON-RPC standard
-32602.References