Skip to main content

fetch_mcp_tools_http

Function fetch_mcp_tools_http 

Source
pub async fn fetch_mcp_tools_http(
    url: &str,
    auth_headers: &[(String, String)],
    cache_key: &str,
    ttl: u64,
    refresh: bool,
    transport: TransportMode,
    oauth: Option<&OAuthReady>,
) -> Result<Vec<Value>>