Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(mcp): preserve screenshot image resolution - #42406

Merged
Devin Rousso (dcrousso) merged 1 commit into
microsoft:mainfrom
dcrousso:fix-42362
Aug 27, 2026
Merged

fix(mcp): preserve screenshot image resolution#42406
Devin Rousso (dcrousso) merged 1 commit into
microsoft:mainfrom
dcrousso:fix-42362

Conversation

@dcrousso

@dcrousso Devin Rousso (dcrousso) commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

image responses silently resize screenshots to Claude specific limits

return the original screenshot bytes so each MCP client can apply model specific processing

fixes #42362

image responses silently resize screenshots to Claude specific limits

return the original screenshot bytes so each MCP client can apply model specific processing
@github-actions

Copy link
Copy Markdown
Contributor

Test results for "MCP"

8259 passed, 1361 skipped


Merge workflow run.

@dcrousso
Devin Rousso (dcrousso) merged commit 89c8e5d into microsoft:main Aug 27, 2026
18 checks passed
@dcrousso
Devin Rousso (dcrousso) deleted the fix-42362 branch August 27, 2026 16:14
Yury Semikhatsky (yury-s) added a commit to microsoft/playwright-mcp that referenced this pull request Sep 1, 2026
## What's New

### New Tools

- **`browser_start_recording` / `browser_stop_recording`** (opt-in via
`--caps=devtools`) — Record actions that the user performs manually in
the browser and return them as Playwright code. Useful when the user
wants to demonstrate a flow instead of describing it
([#42359](microsoft/playwright#42359))

## Bug Fixes

- The default `--codegen` language is inferred from the environment
([#42150](microsoft/playwright#42150))
- Honor `--user-data-dir` in extension mode
([#42190](microsoft/playwright#42190))
- Do not treat orphaned browser preferences entries as an installed
extension ([#42224](microsoft/playwright#42224))
- `browser_take_screenshot` returns the original screenshot bytes
instead of silently downscaling them to model-specific limits
([#42406](microsoft/playwright#42406))
- Drop the cached browser backend after `browser_close` with a shared
browser context, so subsequent tool calls from the same client no longer
fail ([#42365](microsoft/playwright#42365))
- When connected to a remote endpoint, `browserInfo` reports the browser
actually running remotely instead of the configured one
([#42228](microsoft/playwright#42228))
- Do not clobber the `chromiumSandbox` setting from the config file
([#42288](microsoft/playwright#42288))
- Do not run the heartbeat for HTTP clients that have not opened an
event stream
([#42189](microsoft/playwright#42189))
- The internal `/killkillkill` endpoint is no longer registered outside
of tests ([#42133](microsoft/playwright#42133))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Unnecessary screenshot image scaling degrades model vision

2 participants