resolve_mcp_command

Function resolve_mcp_command 

Source
pub fn resolve_mcp_command(command: &str) -> String
Expand description

Resolves a generic command name to its platform-specific executable variant. On Windows, npx becomes npx.cmd, uvx becomes uvx.exe, etc.