slimbrowser-mcp 0.1.8 → 0.1.9
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 +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -227,6 +227,7 @@ codex mcp add slimbrowser -- npx -y slimbrowser-mcp@latest --headless=false --en
|
|
|
227
227
|
|------|--------|---------|-------------|
|
|
228
228
|
| `--enable-session-capture` | `true`, `false` | `true` | Record screenshots after each tool call |
|
|
229
229
|
| `--session-capture-dir` | `<path>` | `/tmp/slimbrowser-mcp-playbacks` | Output directory for capture frames |
|
|
230
|
+
| `--screenshot-budget` | `<number>` | `16` | Max screenshot artifact budget per session |
|
|
230
231
|
|
|
231
232
|
---
|
|
232
233
|
|