Skip to content

Releases: microsoft/playwright-mcp

v0.0.45

31 Oct 23:15
e72701b

Choose a tag to compare

Maintenance release

  • fix(mcp): do not fail on wsl client w/ windows server - (#38063)

v0.0.44

24 Oct 21:41
b945ace

Choose a tag to compare

Maintenance release

v0.0.43

16 Oct 23:11
a03ec7a

Choose a tag to compare

MCP Changes Since Last Release

  • Incremental page snapshots: pageState now supports diffs. Unchanged subtrees are collapsed as - ref=<id> [unchanged]. Reduces noise and payload size. microsoft/playwright#37795
  • Encourage relative path usage — MCP now suggests using relative paths for portability microsoft/playwright#37857
  • Image size cap — Added limits on rendered image sizes to prevent resource overuse microsoft/playwright#37856

v0.0.42

09 Oct 21:57
b4e016a

Choose a tag to compare

v0.0.41

01 Oct 22:54
29e5326

Choose a tag to compare

v0.0.40

25 Sep 00:10
a86b580

Choose a tag to compare

Features

Bugfixes

v0.0.39

19 Sep 15:02
08bd91d

Choose a tag to compare

microsoft/playwright@afb59a0ec fix(mcp): tolerate malformed roots microsoft/playwright#37492
microsoft/playwright@0574514a0 feat(mcp): support shared browser context microsoft/playwright#37463

v0.0.38

18 Sep 23:55
a70854c

Choose a tag to compare

microsoft/playwright@29fb93479 fix(mcp): use single output dir microsoft/playwright#37436
microsoft/playwright@f07c8c0ac chore(mcp): --grant-permissions cli option microsoft/playwright#37431
microsoft/playwright@eb39131eb fix(mcp): --allowed/blocked-origins accept origins not hosts microsoft/playwright#37408
microsoft/playwright@b3d666428 chore: fetch roots lazily microsoft/playwright#37399
microsoft/playwright@4968bc611 chore(mcp): allow to pass extension token via env variable microsoft/playwright#37371

v0.0.37

08 Sep 15:29
38f0222

Choose a tag to compare

v0.0.36

31 Aug 22:12
e8e2af4

Choose a tag to compare

b176111 chore: roll Playwright to latest (#971)
29d468d chore: add verification tools section (#957)
78298c3 chore: introduce verification tools (#951)
7fb8b0d fix: browser_tabs select action with index 0 failing due to falsy check (#964)
7774ad9 chore(extension): support custom executablePath (#947)