Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 769 Bytes

File metadata and controls

10 lines (8 loc) · 769 Bytes
@modelcontextprotocol/core-internal minor
@modelcontextprotocol/client minor
@modelcontextprotocol/server minor
@modelcontextprotocol/codemod patch

Export the Protocol base class and mergeCapabilities from the @modelcontextprotocol/client and @modelcontextprotocol/server package roots, restoring the v1 import for consumers that subclass Protocol (e.g. the MCP Apps SDK). The client and server packages each bundle their own compiled copy of the class, so import it from one package consistently within a process.

The codemod now rewrites Protocol and mergeCapabilities imports from shared/protocol.js to the client or server package root, like the module's other symbols, instead of dropping them with an action-required marker.