ReleaseMicrosoftMicrosoftpublished Dec 8, 2025seen Jun 26

microsoft/playwright-mcp v0.0.51

microsoft/playwright-mcp

Open original ↗

Captured source

source ↗
published Dec 8, 2025seen Jun 26captured 2whttp 200method plain

v0.0.51

Repository: microsoft/playwright-mcp

Tag: v0.0.51

Published: 2025-12-08T16:13:53Z

Prerelease: no

Release notes:

New config options

  • --console-level= configure the console severity level that is included in the replies. Defaults to 'info'.
  • --snapshot= configure snapshot output mode. Defaults to 'incremental'.

New params

  • browser_console_messages now accepts { level: 'error' | 'warning' | 'info' | 'debug' } to include messages up to the given severity level.
  • browser_network_requests no longer returns successfully downloaded static resources by default, pass { includeStatic: boolean } to include them.