You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently support 2 transports for our MCP server, STDIO and SHTTP. We recommend you use SHTTP with our remote hosted url to take advantage of the server at full capacity.
@@ -73,6 +73,8 @@ If your client doesn't support SHTTP:
73
73
74
74
You can either use our Server hosted on NPM or run it completely locally by cloning this repo.
75
75
76
+
> **❗️ Important:** If you want to use a different model you have to add --modelName to the args and provide that respective key as an arg. More info below.
77
+
76
78
### To run on NPM (Recommended)
77
79
78
80
Go into your MCP Config JSON and add the Browserbase Server:
0 commit comments