v0.1.13
morphik-org/morphik-corev0.1.13May 7, 2026by yury-s
AI Summary
This release fixes a critical issue in the MCP extension mode where browser-scoped commands like `cookie-list` and `state-save` were not being forwarded correctly.
Key Highlights
- Fixes MCP extension mode to forward browser-level CDP commands
- Resolves issues with `cookie-list` command
- Resolves issues with `state-save` command
- Ensures other browser-scoped commands work when attached via Chrome extension
Full Release Notes
## Fixes - `fix(mcp): forward browser-level CDP commands in extension mode` — `cookie-list`, `state-save`, and other browser-scoped commands now work when attached via the Chrome extension. ([microsoft/playwright#40706](https://github.com/microsoft/playwright/pull/40706))