Skip to content

Commit 749607c

Browse files
committed
add gemini CLI extension
1 parent 460a9c2 commit 749607c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

gemini-extension.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "mcp-server-browserbase",
3+
"version": "2.4.1",
4+
"mcpServers": {
5+
"browserbase": {
6+
"command": "node",
7+
"args": ["${extensionPath}${/}cli.js"],
8+
"cwd": "${extensionPath}"
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)