mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
fix: 使用简化版本的 chrome 桥接器
This commit is contained in:
@@ -13,7 +13,7 @@ import { createRequire } from "node:module";
|
||||
import { dirname, join } from "node:path";
|
||||
|
||||
const require = createRequire(import.meta.url);
|
||||
const cliPath = require.resolve("mcp-chrome-bridge/dist/cli.js");
|
||||
const cliPath = require.resolve("@claude-code-best/mcp-chrome-bridge/dist/cli.js");
|
||||
|
||||
const userArgs = process.argv.slice(2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user