Skip to content

Conversation

@alex-feel
Copy link
Owner

MCP server configuration was failing on Windows with exit code 127 (command not found) because Git Bash requires Unix-style paths (/c/path) instead of Windows paths (C:\path). Added convert_to_unix_path() and convert_path_env_to_unix() functions to handle path conversion before passing commands to run_bash_command(). This follows the industry-standard manual string replacement approach used by GitPython and other major projects.

MCP server configuration was failing on Windows with exit code 127 (command not found) because Git Bash requires Unix-style paths (/c/path) instead of Windows paths (C:\path).
Added convert_to_unix_path() and convert_path_env_to_unix() functions to handle path conversion before passing commands to run_bash_command().
This follows the industry-standard manual string replacement approach used by GitPython and other major projects.
@github-actions
Copy link

github-actions bot commented Jan 7, 2026

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  scripts
  setup_environment.py 511, 3494
Project Total  

This report was generated by python-coverage-comment-action

@alex-feel alex-feel merged commit 0b3fb5e into main Jan 7, 2026
12 checks passed
@alex-feel alex-feel deleted the alex-feel-dev branch January 7, 2026 21:57
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.

2 participants