mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-08-01 12:24:51 +00:00
* fix(external-context): harden MCP dependencies Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> * fix(external-context): drop no-op MCP override, raise SDK floors (#8206) Remove the `@modelcontextprotocol/sdk@^1.30.0` -> `@hono/node-server` override: resolution with and without it is byte-identical because the SDK's own `^1.19.9 || ^2.0.5` range already selects 2.0.12, and mobile-mcp's exact SDK pin (not this entry) keeps its nested Hono 1. Raise the `@modelcontextprotocol/sdk` floor to `^1.30.0` on the packages that actually instantiate the Hono-backed transport (cli, core, sdk-typescript, vscode-ide-companion) so the hardened constraint lives in the manifests where the code runs, matching the PR's stated intent. --------- Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> |
||
|---|---|---|
| .. | ||
| external-context | ||