@stemado/scout-mcp 1.7.0 → 1.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# scout-mcp
|
|
1
|
+
# @stemado/scout-mcp
|
|
2
2
|
|
|
3
3
|
MCP server for browser automation with anti-detection. Scout pages, find elements, interact with websites, and monitor network traffic — from any AI client that supports the [Model Context Protocol](https://modelcontextprotocol.io/).
|
|
4
4
|
|
|
@@ -7,7 +7,7 @@ Built on [botasaurus-driver](https://github.com/omkarcloud/botasaurus) for autom
|
|
|
7
7
|
## Quick Start
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npx -y scout-mcp
|
|
10
|
+
npx -y @stemado/scout-mcp
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
## Configure Your AI Client
|
|
@@ -19,7 +19,7 @@ Add to your MCP server configuration:
|
|
|
19
19
|
"mcpServers": {
|
|
20
20
|
"scout": {
|
|
21
21
|
"command": "npx",
|
|
22
|
-
"args": ["-y", "scout-mcp
|
|
22
|
+
"args": ["-y", "@stemado/scout-mcp"]
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stemado/scout-mcp",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.1",
|
|
4
4
|
"description": "MCP server for browser automation with anti-detection. Scout pages, find elements, interact with websites, and monitor network traffic.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "sdoherty",
|