interface McpTriggerNodeParameters {
authentication?:
| "none"
| "headerAuth"
| "bearerAuth"
| "n8nOAuth2";
path?: string;
requireExecuteAccess?: boolean;
}
interface McpTriggerNodeParameters {
authentication?:
| "none"
| "headerAuth"
| "bearerAuth"
| "n8nOAuth2";
path?: string;
requireExecuteAccess?: boolean;
}
The way to authenticate Default: "none"