Skip to main content

fetch_feeds_with

Function fetch_feeds_with 

Source
pub async fn fetch_feeds_with(
    urls: &[String],
    params: &FetchParams,
    cache: &Cache,
    http: &HttpClient,
) -> FetchOutput
Expand description

Fetch many feeds concurrently through a caller-provided HttpClient. The MCP server builds the client once and shares it across tool calls so their per-host pacing coordinates (ADR-0016); fetch_feeds is the thin wrapper that builds a client per call for the CLI.