Forráskód Böngészése

news-mcp: update README examples for get_related_recent_entities

Lukas Goldschmidt 1 hónapja
szülő
commit
311e0bd2c7
1 módosított fájl, 6 hozzáadás és 3 törlés
  1. 6 3
      README.md

+ 6 - 3
README.md

@@ -193,11 +193,14 @@ mcporter --config "$CONFIG" call news.get_news_sentiment entity=Bitcoin timefram
 mcporter --config "$CONFIG" call news.get_news_sentiment entity=Ethereum timeframe=72h
 ```
 
-### 6) Related entities (co-occurrence neighborhood)
+### 6) Related entities (recent neighborhood + trends blending)
 
 ```bash
-mcporter --config "$CONFIG" call news.get_related_entities subject=iran timeframe=24h limit=8
-mcporter --config "$CONFIG" call news.get_related_entities subject="iran war" timeframe=3d limit=8
+# Iran: blend local co-occurrence with Google Trends related topics
+mcporter --config "$CONFIG" call news.get_related_recent_entities subject=Iran timeframe=72h limit=12 include_trends=true
+
+# Another seed phrase
+mcporter --config "$CONFIG" call news.get_related_recent_entities subject="iran war" timeframe=72h limit=12 include_trends=true
 ```
 
 ## Blacklist enforcement (optional back-clean)