Sfoglia il codice sorgente

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

Lukas Goldschmidt 1 mese fa
parent
commit
84695acd4f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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())