pub async fn fetch_mcp_tools_stdio( command_str: &str, env_vars: &BTreeMap<String, String>, cache_key: &str, ttl: u64, refresh: bool, ) -> Result<Vec<Value>>