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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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-engineer/runs/testing-playwright/{run-id}/network.har`. If not provided, a UUID is automatically generated.
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rae-playwright-mcp",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "Rae Playwright MCP - Enhanced Playwright Tools for MCP",
5
5
  "mcpName": "com.microsoft/playwright-mcp",
6
6
  "repository": {