From 38c95560237cbb1f0056127784fe9196663b35b0 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Wed, 24 Sep 2025 16:27:56 +0200 Subject: [PATCH] chore: add npx command --- gemini-extension.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gemini-extension.json b/gemini-extension.json index ce53429ba..4711f1f1c 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -3,8 +3,8 @@ "version": "0.2.6", "mcpServers": { "chrome-devtools": { - "command": "node", - "args": ["${extensionPath}/build/src/index.js"] + "command": "npx", + "args": ["chrome-devtools-mcp@0.2.6"] } } }