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": ["[email protected]"]
88
}
99
}
1010
}

0 commit comments

Comments
 (0)