@_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.
- package/README.md +5 -0
- 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