Skip to content

Documentation / @agentick/mcp / AuthzResult

Type Alias: AuthzResult

AuthzResult = { allowed: true; } | { allowed: false; reason: string; }

Defined in: protocol/types.ts:62

Released under the ISC License.