@_nazmiforreal/agent-browser-mcp 0.2.1 → 0.2.2

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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -167,6 +167,11 @@ Agent Browser MCP eliminates the gap between LLM reasoning and browser automatio
167
167
  ### Prerequisites
168
168
 
169
169
  - **Node.js** >= 18
170
+ - **agent-browser** CLI (auto-installed if missing, or install manually):
171
+
172
+ ```bash
173
+ npm install -g agent-browser
174
+ ```
170
175
 
171
176
  ### Install
172
177
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@_nazmiforreal/agent-browser-mcp",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "MCP server with browser manager - install, select, and auto-discover browsers for AI-driven automation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",