Module cmd_utils

Module cmd_utils 

Source

Functionsยง

inject_enriched_path
Injects additional standard paths into a process environment map, ensuring that GUI apps (which often launch with restricted profiles on macOS/Linux) can still find npx, uv, docker etc., where they are typically installed.
resolve_mcp_command
Resolves a generic command name to its platform-specific executable variant. On Windows, npx becomes npx.cmd, uvx becomes uvx.exe, etc.