auto-browser-mcp 1.2.1__py3-none-any.whl

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.
@@ -0,0 +1,40 @@
1
+ Metadata-Version: 2.4
2
+ Name: auto-browser-mcp
3
+ Version: 1.2.1
4
+ Summary: MCP stdio bridge for Auto Browser (metapackage for `uvx auto-browser-mcp`)
5
+ License: MIT
6
+ Project-URL: Homepage, https://github.com/LvcidPsyche/auto-browser
7
+ Project-URL: Repository, https://github.com/LvcidPsyche/auto-browser
8
+ Keywords: auto-browser,mcp,mcp-server,browser-automation
9
+ Classifier: Development Status :: 4 - Beta
10
+ Classifier: Intended Audience :: Developers
11
+ Classifier: License :: OSI Approved :: MIT License
12
+ Classifier: Programming Language :: Python :: 3
13
+ Requires-Python: >=3.10
14
+ Description-Content-Type: text/markdown
15
+ Requires-Dist: auto-browser-client>=1.2.1
16
+
17
+ # auto-browser-mcp
18
+
19
+ Stdio MCP bridge for [Auto Browser](https://github.com/LvcidPsyche/auto-browser) — give your AI agent a real browser, with a human in the loop.
20
+
21
+ This is a metapackage: it installs [`auto-browser-client`](https://pypi.org/project/auto-browser-client/) and exposes the `auto-browser-mcp` command so MCP clients can launch the bridge with a single `uvx` invocation.
22
+
23
+ ## Usage
24
+
25
+ With a local Auto Browser stack running (`docker compose up` in the repo):
26
+
27
+ ```json
28
+ {
29
+ "mcpServers": {
30
+ "auto-browser": {
31
+ "command": "uvx",
32
+ "args": ["auto-browser-mcp"]
33
+ }
34
+ }
35
+ }
36
+ ```
37
+
38
+ Pass `--base-url` / `--bearer-token` (or set `AUTO_BROWSER_BASE_URL` / `AUTO_BROWSER_BEARER_TOKEN`) for non-default deployments.
39
+
40
+ See the [Auto Browser repository](https://github.com/LvcidPsyche/auto-browser) for the full server, docs, and examples.
@@ -0,0 +1,5 @@
1
+ auto_browser_mcp-1.2.1.dist-info/METADATA,sha256=biQ3uyBBrV0uw4yT4tk_849U63sME0WIJwn-UTPpz1U,1491
2
+ auto_browser_mcp-1.2.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
3
+ auto_browser_mcp-1.2.1.dist-info/entry_points.txt,sha256=FFMGj01khJB9wnindg1FRJKcG7A3ca0BYhSzu3Un758,73
4
+ auto_browser_mcp-1.2.1.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
5
+ auto_browser_mcp-1.2.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ auto-browser-mcp = auto_browser_client.mcp_bridge:main