claude-task-master icon indicating copy to clipboard operation
claude-task-master copied to clipboard

bug:

Open endlessblink opened this issue 6 months ago • 0 comments

Title: Configuration File Not Found Warning on Windows Even with Valid mcp.json in Project Root Description: I am consistently seeing the following warning when running any task-master-ai CLI command (including --version) on Windows, even though my configuration is correct: Apply

Steps to Reproduce: On Windows 10/11, install the latest task-master-ai globally (v0.16.2). Place a valid mcp.json in the project root (e.g., D:\MY PROJECTS\AI\LLM\AI Code Gen\Other Softwarre\MCP-BUILDER\mcp-server\mcp.json): Apply (Optional) Place a .env file in the same directory. Open a terminal in the project root and run: Apply The warning appears, even though the config file is present and valid. What I’ve Tried: Verified the file is named exactly mcp.json (no hidden extensions). Ensured the file is in the current working directory. Tried with and without a .env file. Saved the file as UTF-8 without BOM. Reinstalled Task Master globally and locally. Tried both minimal and full config structures.

Expected Behavior: No warning should appear if a valid config file is present in the project root. Actual Behavior: Warning always appears, but functionality is not affected.

Environment: Windows 10/11 Node.js version: [your version here] task-master-ai version: 0.16.2 Terminal: [e.g., CMD, PowerShell, Git Bash] Additional Notes: The warning is cosmetic but confusing, especially for new users. All features work as expected despite the warning.

Request: Please investigate why the CLI does not detect the config file on Windows, and suppress the warning if a valid config is present.

endlessblink avatar Jun 13 '25 11:06 endlessblink