@bsbofmusic/agent-browser-mcp-opencode 0.1.0 → 0.1.1
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 +22 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# @bsbofmusic/agent-browser-mcp-opencode
|
|
2
|
+
|
|
3
|
+
MCP (stdio) server that drives `agent-browser` for OpenCode / CC SWITCH.
|
|
4
|
+
|
|
5
|
+
## CC SWITCH config
|
|
6
|
+
```json
|
|
7
|
+
{
|
|
8
|
+
"command": "npx",
|
|
9
|
+
"args": ["-y", "@bsbofmusic/agent-browser-mcp-opencode@latest"],
|
|
10
|
+
"type": "stdio"
|
|
11
|
+
}
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
## Notes
|
|
15
|
+
- First run may download Chromium (large).
|
|
16
|
+
- This package auto-installs `agent-browser` if missing.
|
|
17
|
+
|
|
18
|
+
## Env (optional)
|
|
19
|
+
- `AGENT_BROWSER_SESSION=opencode`
|
|
20
|
+
- `AGENT_BROWSER_STATE=.../state.json`
|
|
21
|
+
- `AGENT_BROWSER_ALLOW_DOMAINS=github.com,google.com`
|
|
22
|
+
- `AGENT_BROWSER_TIMEOUT_MS=60000`
|