Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,10 @@ npx @playwright/mcp@latest --config path/to/config.json
};

/**
* Do not send image responses to the client.
* Whether to send image responses to the client. Can be "allow", "omit", or "auto".
* Defaults to "auto", images are omitted for Cursor clients and sent for all other clients.
*/
noImageResponses?: boolean;
imageResponses?: 'allow' | 'omit' | 'auto';
}
```
</details>
Expand Down