Replies: 1 comment 1 reply
-
|
I was just mulling this over earlier today. It is not possible to have a remote MCP download a file locally. You'll want to disable that tool entirely. It's possible you could update the tool to instruct the LLM to download files individually via curl on the command line or something, but that's a pretty unsatisfactory answer imo. Curious—what use case do you have for running it remotely? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
So, I did try deploying the server remotely and then use the MCP to my IDE (cursor), it works in a sense that it was able to call the tool and get response and data from it.
Where it fails tho is when downloading images, in the tool call it says:
"Success, 1 images downloaded: /home/projects/myapp/public/images/sample.png"
But there's actually now file downloaded or added in that directory.
The rest works like a charm tho.
Beta Was this translation helpful? Give feedback.
All reactions