This page is under construction. The outline below sketches what it will cover.
requireScopes(...scopes)— gate components on token scopes; failures surface asAuthorizationError.- Per-component
authchecks — everyToolConfig/ResourceConfig/PromptConfigaccepts anauthcheck; unauthorized components are hidden from list responses for that caller. multiAuth— combine several verifiers so different token types map to the same identity model.- Caching caveat — partition
CachingMiddlewareby caller identity (customCacheKeyFn) when responses differ per caller.