pub async fn call_tool_stdio( command_str: &str, env_vars: &BTreeMap<String, String>, tool_name: &str, arguments: Map<String, Value>, full_envelope: bool, ) -> Result<Value>