slimbrowser-mcp 0.1.4 → 0.1.5
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 +7 -18
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,21 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
navigate, click, type, extract data, capture sessions, and debug — all through a<br/>
|
|
9
|
-
clean, structured tool interface optimized for minimal token overhead.
|
|
10
|
-
</p>
|
|
11
|
-
<p align="center">
|
|
12
|
-
<a href="#quickstart">Quickstart</a> •
|
|
13
|
-
<a href="#client-integrations">Client Integrations</a> •
|
|
14
|
-
<a href="#arguments">Arguments</a> •
|
|
15
|
-
<a href="#remote-chrome">Remote Chrome</a> •
|
|
16
|
-
<a href="#mcp-tool-catalog">Tool Catalog</a>
|
|
17
|
-
</p>
|
|
18
|
-
</p>
|
|
1
|
+
# SlimBrowser MCP
|
|
2
|
+
|
|
3
|
+
**Token-efficient browser automation for AI agents**
|
|
4
|
+
|
|
5
|
+
A Model Context Protocol (MCP) server that gives AI agents full browser control — navigate, click, type, extract data, capture sessions, and debug — all through a clean, structured tool interface optimized for minimal token overhead.
|
|
6
|
+
|
|
7
|
+
[Quickstart](#quickstart) • [Client Integrations](#client-integrations) • [Arguments](#arguments) • [Remote Chrome](#remote-chrome) • [Tool Catalog](#mcp-tool-catalog)
|
|
19
8
|
|
|
20
9
|
---
|
|
21
10
|
|