feat(core): Allow filtering workflows by availableInMCP (#18646)

This commit is contained in:
Ricardo Espinoza
2025-09-02 16:21:12 -04:00
committed by GitHub
parent a12e782225
commit 6432555082
5 changed files with 46 additions and 0 deletions

View File

@@ -2604,6 +2604,7 @@ export interface IWorkflowSettings {
executionTimeout?: number;
executionOrder?: 'v0' | 'v1';
timeSavedPerExecution?: number;
availableInMCP?: boolean;
}
export interface WorkflowFEMeta {