Function fetch_mcp_tools

Source
pub async fn fetch_mcp_tools(
    tools_str: &str,
) -> Result<(Option<Vec<Tool>>, Vec<String>)>