Skip to content

[WIP]: Stagehand Tools in the Browserbase MCP #86

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions browserbase/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ export type Config = {
* The Browserbase Project ID to use
*/
browserbaseProjectId?: string;
/**
* The OpenAI API Key to use for Stagehand tools
*/
openaiApiKey?: string;
/**
* Whether or not to use Browserbase proxies
* https://docs.browserbase.com/features/proxies
Expand Down Expand Up @@ -82,4 +86,10 @@ export type Config = {
omitBase64?: boolean;
}
}
/**
* Whether or not to use Stagehand tools
*
* @default false
*/
stagehandTools?: boolean;
};
Loading