豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit 2b315b7

Browse files
authored
chore: add npx command (#120)
1 parent b53f114 commit 2b315b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gemini-extension.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.2.6",
44
"mcpServers": {
55
"chrome-devtools": {
6-
"command": "node",
7-
"args": ["${extensionPath}/build/src/index.js"]
6+
"command": "npx",
7+
"args": ["chrome-devtools-mcp@0.2.6"]
88
}
99
}
1010
}

0 commit comments

Comments
 (0)