| outline | deep |
|---|
devframe connectrequires the optional peer dependency @modelcontextprotocol/sdk:{reason}
devframe connect was started but @modelcontextprotocol/sdk could not be imported. The SDK is an optional peer dependency of devframe — the MCP surface stays opt-in, so the SDK only needs to be installed where MCP features are used.
Install the SDK next to devframe and run the connector again:
npm install @modelcontextprotocol/sdk
devframe connectpackages/devframe/src/cli/connect.ts—startConnectServer()throws this when the dynamic SDK import fails.