-
Notifications
You must be signed in to change notification settings - Fork 782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken path escapes in windows #414
Comments
@whaaaley what was the final config file you ended up with? Hitting similar path issues when trying to run an MCP server on Windows and have it access files under WSL. |
@michaelfromyeg I just cloned my project into another distro with a different pathname that didn't conflict. It seemed safer that way. |
@whaaaley thanks for the reply! In case other people come along, I actually have this working with "\" escapes:
I have the MCP server running on Windows (since I don't think Claude can connect to an MCP server running with my Ubuntu instance) and this can read the files on WSL. Maybe fixed? |
Describe the bug
Here's some example output navigating to my wsl nixos.
Removing escapes from the path in the json causes issues:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Go to path, no escaping breaking the path
Logs
n/a
Additional context
More escapes do nothingI was doing it wrong, that does fix it, but the visual bug remainsEdit: It's kinda fixed kinda not. The write sends stuff of into the ether but it thinks it's correct.
The text was updated successfully, but these errors were encountered: