interface McpTriggerNodeParameters { authentication?: | "none" | "headerAuth" | "bearerAuth"; path?: string;}
readonly authentication?: "none" | "headerAuth" | "bearerAuth"
The way to authenticate Default: "none"
readonly path?: string
The base path for this MCP server
The way to authenticate Default: "none"