mirror of
				https://github.com/microsoft/playwright-mcp.git
				synced 2025-10-12 00:25:14 +03:00 
			
		
		
		
	docs: Update README about imageResponses option. (#646)
This commit is contained in:
		@@ -357,9 +357,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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user