[smg] clean up logs in mcp (should be info instead warn) (#16591)

This commit is contained in:
Simo Lin
2026-01-06 12:44:32 -08:00
committed by GitHub
parent 0cbd8f3247
commit d57d8e7e5f

View File

@@ -87,7 +87,7 @@ impl McpManager {
}
if static_clients.is_empty() {
warn!("No static MCP servers connected");
info!("No static MCP servers connected");
}
Ok(Self {