Write tool fails with EEXIST on paths containing Unicode characters (ö, ä)
Status Closed — duplicate
Maintainer reply None cached
Activity 3 comments · opened Mar 7, 2026 · closed Mar 11, 2026
Description
The Write tool fails with EEXIST: file already exists, mkdir when the file path contains Unicode characters (e.g., Swedish ö, ä). The tool attempts to create parent directories but its existence check fails on Unicode paths, causing mkdir to error even though the directory already exists.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗