Interface McpTriggerNodeParameters

Source
interface McpTriggerNodeParameters {
    authentication?:
        | "none"
        | "headerAuth"
        | "bearerAuth";
    path?: string;
}

Properties§

Source§

readonly authentication?: "none" | "headerAuth" | "bearerAuth"

The way to authenticate Default: "none"

Source§

readonly path?: string

The base path for this MCP server