Skip to content

Commit 14aaf6f

Browse files
merge main
2 parents 169d851 + c3969c3 commit 14aaf6f

File tree

3 files changed

+614
-14
lines changed

3 files changed

+614
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[The Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you’re building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need.
66

7-
This server provides cloud browser automation capabilities using [Browserbase](https://www.browserbase.com/), [Puppeteer](https://pptr.dev/), and [Stagehand](https://github.com/browserbase/stagehand) (Coming Soon). This server enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a cloud browser environment.
7+
This server provides cloud browser automation capabilities using [Browserbase](https://www.browserbase.com/), [Puppeteer](https://pptr.dev/), and [Stagehand](https://github.com/browserbase/stagehand). This server enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a cloud browser environment.
88

99
To learn to get started with Browserbase, check out [Browserbase MCP](./browserbase/README.md) or [Stagehand MCP](./stagehand/README.md).
1010

stagehand/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,7 @@ A Model Context Protocol (MCP) server that provides AI-powered web automation ca
5555
- `variables` (object, optional): Variables used in the action template
5656

5757
- **stagehand_extract**
58-
- Extract data from the web page based on an instruction and schema
59-
- Inputs:
60-
- `instruction` (string): Instruction for extraction (e.g., "extract the price of the item")
61-
- `schema` (object): JSON schema for the extracted data
58+
- Extract data from the web page
6259

6360
- **stagehand_observe**
6461
- Observe actions that can be performed on the web page
@@ -67,7 +64,7 @@ A Model Context Protocol (MCP) server that provides AI-powered web automation ca
6764

6865
### Resources
6966

70-
The server provides access to two types of resources:
67+
The server provides access to one resource:
7168

7269
1. **Console Logs** (`console://logs`)
7370

0 commit comments

Comments
 (0)