Skip to content

Documentation / @agentick/mcp / Authenticator

Type Alias: Authenticator()

Authenticator = (ctx) => Promise<AuthnResult>

Defined in: protocol/types.ts:70

Verifies the request is from a known identity. Runs after contextProvider.

Parameters

ctx

MCPRequestContext

Returns

Promise<AuthnResult>

Released under the ISC License.