Bug Fixes
- Fix SSE streaming (issue #22): CDP's Network domain buffers response bodies by default, which breaks SSE/streaming - data arrives at Chrome but
ReadableStreamnever receives it. NowNetwork.enabledefaults tomaxTotalBufferSize: 0to disable buffering.
Features
- Auto-switch to another page when default page is closed: When the current page is closed, MCP automatically switches to another available page instead of erroring
- Optimized screenshot token usage: Screenshots are now resized with sharp to reduce Claude token consumption
- Reading response bodies: Agents can re-enable Network buffering via
Network.disable+Network.enablewith explicit buffer sizes when they needresponse.body()
Changes
- Dependencies cleanup: Removed unused deps, updated to zod v4, replaced chalk with picocolors