MCP images #2590
Replies: 1 comment
-
Hello @kiwina! I'm Dosu, and I'm here to help you tackle bugs and answer any questions you might have while we wait for a human maintainer. Let's get cracking! 🛠️ The Roo Code documentation provides guidelines regarding the order of message parts. It specifies that instructions are appended to the system prompt in a specific order, but it doesn't explicitly mention the order for MCP responses. If the current implementation prefers images last, it might be a convention rather than a strict rule [1][2]. Regarding image display size, there isn't specific information available in the repository about handling image sizes or a component for displaying images as thumbnails. If you have tested an existing component for thumbnails, it might be a good approach to use it for consistency and efficiency. For other data types, since you haven't looked into them yet, it might be beneficial to check the repository for any existing handling logic or documentation that could guide you. If you find gaps, consider contributing your findings or improvements back to the repository. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Looked at the current code and part is missing or not implemented.


I got it working on a fork.
Got a few questions:
MCP you can send responses in every order you want, parts in roo prefer images last...
Shall we keep the order that the mcp server sends its messages?
Shall images be displayed same size as in the browser view if they are that big or as a thumbnail? (second option would just use an existing component what i have tested).
HAvent really looked at the other data types availablee to incorporate them so i'll start with images.
With a custom image block pretty much same settings as the browser block

Beta Was this translation helpful? Give feedback.
All reactions