fix: 使用简化版本的 chrome 桥接器

This commit is contained in:
claude-code-best
2026-04-13 16:03:47 +08:00
parent 2fb1c9dcd8
commit e0484e2817
3 changed files with 11 additions and 161 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "claude-code-best",
"version": "1.3.3",
"version": "1.3.4",
"description": "Reverse-engineered Anthropic Claude Code CLI — interactive AI coding assistant in the terminal",
"type": "module",
"author": "claude-code-best <claude-code-best@proton.me>",
@@ -55,7 +55,7 @@
"rcs": "bun run scripts/rcs.ts"
},
"dependencies": {
"mcp-chrome-bridge": "^1.0.31"
"@claude-code-best/mcp-chrome-bridge": "^2.0.4"
},
"devDependencies": {
"@types/he": "^1.2.3",