v0.1.13
1b5d/llm-apiv0.1.13May 7, 2026by yury-s
AI Summary
Fixes MCP functionality to properly forward browser-level CDP commands when using the Chrome extension.
Key Highlights
- Fixes `cookie-list`, `state-save`, and other browser-scoped commands in extension mode.
- Addresses browser-scoped command forwarding issues in the MCP extension.
- Linked to upstream Playwright PR #40706.
New Features
- Fixed browser-scoped CDP command forwarding in extension mode
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))