rss_breakingthenews.py 249 B

123456
  1. from __future__ import annotations
  2. from news_mcp.sources.news_feeds import cluster_id_for_title, fetch_news_articles, normalize_topic_from_title
  3. # Backward-compatible aliases for older imports.
  4. fetch_breakingthenews_articles = fetch_news_articles