chore: roll 1.58.0-alpha-2026-01-15 (#1309)

This commit is contained in:
Yury Semikhatsky
2026-01-15 11:18:57 -08:00
committed by GitHub
parent 33b4c00923
commit 9cc61b4faf
4 changed files with 27 additions and 17 deletions

View File

@@ -576,6 +576,11 @@ npx @playwright/mcp@latest --config path/to/config.json
*/
cdpHeaders?: Record<string, string>;
/**
* Timeout in milliseconds for connecting to CDP endpoint. Defaults to 30000 (30 seconds). Pass 0 to disable timeout.
*/
cdpTimeout?: number;
/**
* Remote endpoint to connect to an existing Playwright server.
*/