Skip to content

move_file fails with non-ASCII characters in file path (e.g. French accents, œ, typographic apostrophe) #4633

Description

@Eclipse972

Server: @modelcontextprotocol/server-filesystem
OS: Linux (Ubuntu)

Description:
move_file fails with ENOENT when the source path contains non-ASCII characters
such as French accented letters (é, è, à), ligatures (œ), or typographic
apostrophes (').

Other tools like read_text_file, list_directory, and search_files handle
these characters correctly.

Steps to reproduce:

  1. Have a file named e.g. C1.1 - Mettre en œuvre une démarche.md
  2. Call move_file with that path as source
  3. → ENOENT: no such file or directory

Expected: file is moved/renamed
Actual: ENOENT error

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions