Eduard Ruzga
Eduard Ruzga
Yours looks like a more correct implementation than in that PR I just need to test how it works.
Will try to test tomorrow. Looks cool.
Really love things you made here. I have not fully tested it all. Sat down late tired and one thing I did not like was not about code but about...
One comment and one question. 1. can we extract http server related things to separate file? So that in index we check if it should be stdio or http and...
> 1. I'll have a go at splitting out the code into two separate files. > 2. The user script is indeed a bit ugly, but, as you mentioned, the...
With new ChatGPT support for remote MCPs I think I will be merging this soon. Still need to test few things
> Hey guys, if not this implementation, then what's the current best practice for deploying on a remote system? For me it's just over LAN so while Supergateway has been...
Thanks, I will try to find time over weekend to test this, if it works across systems will merge. Looks promising.
What node version are you using? I tried on my windows laptop with node v22 Running npm install and then setup results with  And no mcp added to Claude...
I plan to make changes to allow access to other folders in this PR https://github.com/wonderwhy-er/ClaudeDesktopCommander/pull/16 Currently access is limited to user home dir here https://github.com/wonderwhy-er/ClaudeDesktopCommander/blob/main/src/tools/filesystem.ts#L25 I think I will remove...