Skip to content

Commit c9fdd2c

Browse files
authored
chore: add gemini extension json (#114)
1 parent f2fe7f0 commit c9fdd2c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

gemini-extension.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "chrome-devtools-mcp",
3+
"version": "0.2.6",
4+
"mcpServers": {
5+
"chrome-devtools": {
6+
"command": "node",
7+
"args": ["${extensionPath}${/}build${/}src${/}index.js"]
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)