Why here keep showing chrome-devtools failed to initialize with WRONG node version?

Issue Description

为什么这里一直提示我的Node版本错误,我明明切了nvm的shell默认版本到20.19.5并且当前版本也是20.19.5。但它不管删除/刷新后还是持续提示说node版本错误。

failed to initialize MCP client for chrome-devtools: ERROR: `chrome-devtools-mcp` does not support Nodev20.15.0. Please upgrade to Node 20.19.0 LTs or a newer LTs.
[gaomi@iv-yd5kpuoqv4k36d12bx52 ai-doc-frontend]$ echo ~/.npm/_cacache
/home/gaomi/.npm/_cacache
[gaomi@iv-yd5kpuoqv4k36d12bx52 ai-doc-frontend]$ node -v
v20.19.5
[gaomi@iv-yd5kpuoqv4k36d12bx52 ai-doc-frontend]$ nvm ls
       v16.14.0
       v16.20.2
       v18.20.4
       v20.15.0
->     v20.19.5
         system
default -> 20.19.5 (-> v20.19.5)
iojs -> N/A (default)
unstable -> N/A (default)
node -> stable (-> v20.19.5) (default)
stable -> 20.19 (-> v20.19.5) (default)
lts/* -> lts/krypton (-> N/A)
lts/argon -> v4.9.1 (-> N/A)
lts/boron -> v6.17.1 (-> N/A)
lts/carbon -> v8.17.0 (-> N/A)
lts/dubnium -> v10.24.1 (-> N/A)
lts/erbium -> v12.22.12 (-> N/A)
lts/fermium -> v14.21.3 (-> N/A)
lts/gallium -> v16.20.2
lts/hydrogen -> v18.20.8 (-> N/A)
lts/iron -> v20.19.5
lts/jod -> v22.21.1 (-> N/A)
lts/krypton -> v24.11.0 (-> N/A)
[gaomi@iv-yd5kpuoqv4k36d12bx52 ai-doc-frontend]$ node -v
v20.19.5

Steps to Reproduce

Expected Behavior

Actual Behavior

{
  "mcpServers": {
    "chrome-devtools": {
      "command": "npx",
      "args": ["-y", "chrome-devtools-mcp@latest"]
    },
    "sequential-thinking": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
    }
  }
}

Screenshots / Screen Recordings

Operating System

OpenSSH_8.0p1, OpenSSL 1.1.1k FIPS 25 Mar 2021

Current Qoder Version (Menu → About Qoder → Copy)

版本: 0.2.10
VSCode Version: 1.100.0 (user setup)
提交: 55b1930d0c91e41dc470aafc2ce5c33b2f71ecb8
日期: 2025-10-28T09:09:19.915Z
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.19045

Thank you for using and providing feedback. We have seen your problem report and will investigate it as soon as possible :grinning_face: