pub async fn fetch_feeds_with(
urls: &[String],
params: &FetchParams,
cache: &Cache,
http: &HttpClient,
) -> FetchOutputExpand 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.