فهرست منبع

news-mcp: normalize/remove absolute-url and tool logging

Lukas Goldschmidt 1 ماه پیش
والد
کامیت
84695acd4f
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      news_mcp/mcp_server_fastmcp.py

+ 1 - 0
news_mcp/mcp_server_fastmcp.py

@@ -183,6 +183,7 @@ async def detect_emerging_topics(limit: int = 10):
 
 
 app = FastAPI(title="News MCP Server")
+
 app.mount("/mcp", mcp.sse_app())