nexus-agents - v2.80.0
    Preparing search index...

    Interface ToolRegistrationOptions

    Options for tool registration.

    interface ToolRegistrationOptions {
        logger?: ILogger;
        rateLimiter?: McpRateLimiter;
    }
    Index

    Properties

    logger?: ILogger

    Logger instance for tool operations

    rateLimiter?: McpRateLimiter

    Rate limiter for tool calls