[Enhancement]: Support file path for MCP tools with uploaded images #10742
huymai-lihuhu
started this conversation in
Feature Requests & Suggestions
Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
-
|
@huymai-lihuhu can you please help me with the mcp configuration for nano banana. Am unable to make it work. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
What features would you like to see added?
Problem
I'm using nanobanana-mcp-server with LibreChat. Text-to-image generation works fine, but when users upload an image to edit, it fails with:
Root Cause
The MCP tool requires a file path to process uploaded images, but LibreChat doesn't save uploaded images to the server filesystem or provide file paths to MCP tools.
More details
Proposed Solution
When users upload images:
Save the image to server filesystem (e.g., temp directory)
Pass the file path to MCP tools (in addition to or instead of base64)
This would enable MCP tools that require file paths (like image editing tools) to work with uploaded images.
Workaround Request
Is there any current workaround or configuration I can use to fix this issue? Any guidance would be greatly appreciated.
Environment
LibreChat: v.0.8.1-rc2
MCP: nanobanana-mcp-server
Deployment: Docker
Which components are impacted by your request?
General
Pictures
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions