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