Skip to content

fix(filesystem): prevent forced backslash conversion of drive paths on POSIX (#4686) - #4713

Open
teddiesloco wants to merge 1 commit into
modelcontextprotocol:mainfrom
teddiesloco:fix/filesystem-posix-windows-path
Open

fix(filesystem): prevent forced backslash conversion of drive paths on POSIX (#4686)#4713
teddiesloco wants to merge 1 commit into
modelcontextprotocol:mainfrom
teddiesloco:fix/filesystem-posix-windows-path

Conversation

@teddiesloco

Copy link
Copy Markdown
Contributor

Summary

Test Plan

  • Verified path normalization on POSIX and Windows formatted test cases.
  • Validated normalizePath('C:/Users/test') preserves forward slashes on POSIX.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

filesystem: a Windows-style path is silently accepted on POSIX and becomes a literal filename inside the allowed root

1 participant