Files
claude-task-master/.changeset/curvy-candies-eat.md
Eyal Toledano ad89253e31 refactor(mcp): introduce withNormalizedProjectRoot HOF for path normalization
Added HOF to mcp tools utils to normalize projectRoot from args/session. Refactored get-task tool to use HOF. Updated relevant documentation.
2025-05-02 01:54:24 -04:00

320 B

task-master-ai
task-master-ai
patch

Better support for file paths on Windows, Linux & WSL.

  • Standardizes handling of different path formats (URI encoded, Windows, Linux, WSL).
  • Ensures tools receive a clean, absolute path suitable for the server OS.
  • Simplifies tool implementation by centralizing normalization logic.