Skip to content

Commit f3f6c50

Browse files
committed
smithery config update
1 parent 159966d commit f3f6c50

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

browserbase/smithery.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ startCommand:
99
required:
1010
- browserbaseApiKey
1111
- browserbaseProjectId
12-
- port
13-
- host
14-
- contextId
15-
- persist
16-
- proxies
17-
- cookies
1812
properties:
1913
browserbaseApiKey:
2014
type: string
@@ -38,13 +32,19 @@ startCommand:
3832
type: boolean
3933
description: Whether to use proxies.
4034
cookies:
41-
type: json
35+
type: object
4236
description: Cookies to use for the session.
37+
browserWidth:
38+
type: number
39+
description: Width of the browser window.
40+
browserHeight:
41+
type: number
42+
description: Height of the browser window.
4343

4444
commandFunction: |
4545
config => ({
4646
command: 'node',
47-
args: ['cli.js']
47+
args: ['cli.js'],
4848
env: {
4949
BROWSERBASE_API_KEY: config.browserbaseApiKey,
5050
BROWSERBASE_PROJECT_ID: config.browserbaseProjectId

0 commit comments

Comments
 (0)