Appearance
Documentation / @agentick/mcp / AuthzResult
AuthzResult = { allowed: true; } | { allowed: false; reason: string; }
allowed
true
false
reason
string
Defined in: protocol/types.ts:62