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