mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
- Add configurable size and count limits for images (mcpMaxImagesPerResponse, mcpMaxImageSizeMB) - Implement image validation for corrupted/invalid base64 data - Add constants for supported image types (PNG, JPEG, GIF, WebP, SVG+XML, BMP) - Update McpExecutionStatus type to include optional images array - Process and validate images in useMcpToolTool with error handling - Update UI components (McpExecution) to display images from MCP responses - Preserve images when combining MCP server responses - Add comprehensive test coverage for edge cases Fixes #5233 |
||
|---|---|---|
| .. | ||
| npm | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||