pub async fn preview_to_string(
cfg: &PipelineConfig,
auth: &AuthCatalog,
limit: usize,
) -> CliResult<String>Expand description
Preview topology sources into a JSON string (for the MCP preview tool).
pub async fn preview_to_string(
cfg: &PipelineConfig,
auth: &AuthCatalog,
limit: usize,
) -> CliResult<String>Preview topology sources into a JSON string (for the MCP preview tool).