pub async fn stdio_client<S: AsRef<str>>( command: S, args: Vec<S>, env: HashMap<String, String>, ) -> Result<MCPClient, MCPError>