rae-playwright-mcp 0.0.5 → 0.0.6
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -320,7 +320,7 @@ Playwright MCP server supports following arguments. They can be provided in the
|
|
|
320
320
|
|
|
321
321
|
This fork includes additional features beyond the original Playwright MCP:
|
|
322
322
|
|
|
323
|
-
- **`--run-id <id>`**: Specify a custom UUID for HAR file organization. HAR files are saved to `~/.reverse-api
|
|
323
|
+
- **`--run-id <id>`**: Specify a custom UUID for HAR file organization. HAR files are saved to `~/.reverse-api/runs/har/{run-id}/network.har`. If not provided, a UUID is automatically generated.
|
|
324
324
|
- **Automatic HAR Recording**: All browser sessions automatically record network traffic in HAR format. The HAR file path is logged when the server starts.
|
|
325
325
|
- **Default Tracing**: Tracing capabilities are enabled by default with source code capture (`sources: true`)
|
|
326
326
|
- **Self-contained Package**: All MCP code is bundled in the package, no dependency on the Playwright monorepo
|