Instead of returning the image data in a big base64, return a URL of the image file? #1638
Labels
enhancement
New feature or request
server-puppeteer
Reference implementation for the Puppeteer MCP server - src/puppeteer
Besides working with Claude desktop, more and more people use MCP with LLM frontend like OpenWebUI.
For example if I asked LLM in OpenWebUI to go to certain website and fill in something , submit and get me back with a screenshot.
The result of the screenshot will be directly returned to LLM like a 1MB JSON data which not good for LLM to handle and show.
Instead of returning this, is it possible to save the image somewhere and return an image URL, which is supported by frontend using markdown to directly showing the image?
The text was updated successfully, but these errors were encountered: