Type Aliases

RoleAllowlist

Type Alias: RoleAllowlist

RoleAllowlist = Readonly<Record<string, readonly string[]>>

Defined in: src/security/PermissionPolicy.ts:64

Map of role name → list of tool ids that role is allowed to invoke. The shape consumers extend over time as new tools / roles arrive.

On this page