interface McpToolApprovalFilter {
    always?: Always;
    never?: Never;
}

Properties

Properties

always?: Always

A list of tools that always require approval.

never?: Never

A list of tools that never require approval.