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.
Files changed (2) hide show
  1. package/README.md +7 -18
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,21 +1,10 @@
1
- <p align="center">
2
- <h1 align="center">SlimBrowser MCP</h1>
3
- <p align="center">
4
- <strong>Token-efficient browser automation for AI agents</strong>
5
- </p>
6
- <p align="center">
7
- A Model Context Protocol (MCP) server that gives AI agents full browser control —<br/>
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> &nbsp;&bull;&nbsp;
13
- <a href="#client-integrations">Client Integrations</a> &nbsp;&bull;&nbsp;
14
- <a href="#arguments">Arguments</a> &nbsp;&bull;&nbsp;
15
- <a href="#remote-chrome">Remote Chrome</a> &nbsp;&bull;&nbsp;
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) &nbsp;&bull;&nbsp; [Client Integrations](#client-integrations) &nbsp;&bull;&nbsp; [Arguments](#arguments) &nbsp;&bull;&nbsp; [Remote Chrome](#remote-chrome) &nbsp;&bull;&nbsp; [Tool Catalog](#mcp-tool-catalog)
19
8
 
20
9
  ---
21
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slimbrowser-mcp",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "npx bootstrap launcher for slimbrowser-mcp",
5
5
  "publishConfig": {
6
6
  "access": "public"