Skip to content

Documentation / @agentick/mcp / RateLimiter

Type Alias: RateLimiter()

RateLimiter = (ctx, operation) => Promise<RateLimitResult>

Defined in: protocol/types.ts:76

Throughput control per session, user, tool, or any dimension.

Parameters

ctx

MCPRequestContext

operation

OperationInfo

Returns

Promise<RateLimitResult>

Released under the ISC License.