Merge pull request #53 from Askhz/fix/undici-dependency-missing

fix: 设置https_proxy参数时启动csc卡住
This commit is contained in:
geroge 2026-05-12 10:10:23 +08:00 committed by GitHub
commit 206cd1f4d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,7 +76,8 @@
"@agentclientprotocol/sdk": "^0.19.0",
"@claude-code-best/mcp-chrome-bridge": "^2.0.8",
"ws": "^8.20.0",
"gray-matter": "^4.0.3"
"gray-matter": "^4.0.3",
"undici": "^7.24.6"
},
"devDependencies": {
"@alcalzone/ansi-tokenize": "^0.3.0",