fn run_mcp_consolidation<P: PersistenceBackend>(
service: &mut ConsolidationService<P>,
recall_service: &RecallService,
consolidation_config: &ConsolidationConfig,
dry_run: bool,
) -> Result<String>Expand description
Helper function to run consolidation and format results for MCP tool response.