mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(core): Allow filtering workflows by availableInMCP (#18646)
This commit is contained in:
@@ -2604,6 +2604,7 @@ export interface IWorkflowSettings {
|
||||
executionTimeout?: number;
|
||||
executionOrder?: 'v0' | 'v1';
|
||||
timeSavedPerExecution?: number;
|
||||
availableInMCP?: boolean;
|
||||
}
|
||||
|
||||
export interface WorkflowFEMeta {
|
||||
|
||||
Reference in New Issue
Block a user