chore: roll to 1.56.0-alpha-2025-10-01 (#1098)

This commit is contained in:
Yury Semikhatsky
2025-10-01 14:55:17 -07:00
committed by GitHub
parent 1caecd00c7
commit d149b89889
3 changed files with 22 additions and 19 deletions

View File

@@ -183,7 +183,7 @@ Playwright MCP server supports following arguments. They can be provided in the
--allowed-hosts <hosts...> comma-separated list of hosts this
server is allowed to serve from.
Defaults to the host the server is bound
to.
to. Pass '*' to disable the host check.
--allowed-origins <origins> semicolon-separated list of origins to
allow the browser to request. Default is
to allow all.
@@ -509,7 +509,8 @@ http.createServer(async (req, res) => {
- **browser_console_messages**
- Title: Get console messages
- Description: Returns all console messages
- Parameters: None
- Parameters:
- `onlyErrors` (boolean, optional): Only return error messages
- Read-only: **true**
<!-- NOTE: This has been generated via update-readme.js -->