Summary
Screenshot tool returns JSON with file path or base64 string. Should return proper MCP `image` content type so Claude can visually inspect the UI.
Status: Implemented — returns `{ type: "image", data: base64, mimeType: "image/png" }` alongside text metadata. Works for both save-to-file and inline modes.
🤖 Generated with Claude Code
Summary
Screenshot tool returns JSON with file path or base64 string. Should return proper MCP `image` content type so Claude can visually inspect the UI.
Status: Implemented — returns `{ type: "image", data: base64, mimeType: "image/png" }` alongside text metadata. Works for both save-to-file and inline modes.
🤖 Generated with Claude Code