We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/s2005/wcli0'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
gitbashWorkingDir.md•291 B
# gitbashWorkingDir
- **converts Git Bash style path to Windows format for spawn cwd** – verifies that when executing a command through the Git Bash shell the working directory passed to `spawn` is converted from `/d/dir` style to `D:\dir` so child processes run in the correct location.