Skip to content

Commit ba8f37a

Browse files
committed
fix: update server definition (input type 'password' -> 'text' for BROWSERBASE_API_KEY)
1 parent 54cc7fa commit ba8f37a

1 file changed

Lines changed: 20 additions & 11 deletions

File tree

servers/com.browserbase-mcp.json

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,25 @@
66
"description": "Cloud browser automation using Browserbase and Stagehand. Navigate, click, extract data, and take screenshots in cloud-hosted browsers.",
77
"icon": "https://avatars.githubusercontent.com/u/158221360?v=4",
88
"schema_version": "2.1",
9-
"categories": ["developer-tools", "cloud"],
10-
"tags": ["browserbase", "browser", "automation", "stagehand", "scraping", "testing"],
11-
9+
"categories": [
10+
"developer-tools",
11+
"cloud"
12+
],
13+
"tags": [
14+
"browserbase",
15+
"browser",
16+
"automation",
17+
"stagehand",
18+
"scraping",
19+
"testing"
20+
],
1221
"transport": {
1322
"type": "stdio",
1423
"command": "npx",
15-
"args": ["-y", "@browserbasehq/mcp-server-browserbase"],
24+
"args": [
25+
"-y",
26+
"@browserbasehq/mcp-server-browserbase"
27+
],
1628
"env": {
1729
"BROWSERBASE_API_KEY": "${input:BROWSERBASE_API_KEY}",
1830
"BROWSERBASE_PROJECT_ID": "${input:BROWSERBASE_PROJECT_ID}"
@@ -23,7 +35,7 @@
2335
"id": "BROWSERBASE_API_KEY",
2436
"label": "Browserbase API Key",
2537
"description": "API key for your Browserbase account.",
26-
"type": "password",
38+
"type": "text",
2739
"required": true,
2840
"secret": true,
2941
"placeholder": "bb_live_xxxxxxxxxxxxxxxx",
@@ -50,26 +62,23 @@
5062
]
5163
}
5264
},
53-
5465
"auth": {
5566
"type": "api_key",
5667
"instructions": "Get your API key and Project ID at https://www.browserbase.com/"
5768
},
58-
5969
"contributor": {
6070
"name": "Browserbase",
6171
"github": "browserbase",
6272
"url": "https://www.browserbase.com"
6373
},
64-
6574
"links": {
6675
"repository": "https://github.com/browserbase/mcp-server-browserbase",
6776
"homepage": "https://www.browserbase.com",
6877
"documentation": "https://docs.browserbase.com/integrations/mcp/"
6978
},
70-
71-
"platforms": ["all"],
72-
79+
"platforms": [
80+
"all"
81+
],
7382
"capabilities": {
7483
"tools": true,
7584
"resources": false,

0 commit comments

Comments
 (0)