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

    Interface ToolRegistrationResult

    Result of tool registration.

    interface ToolRegistrationResult {
        tools: readonly string[];
        logger: ILogger;
        rateLimiter: McpRateLimiter;
    }
    Index

    Properties

    tools: readonly string[]

    Names of registered tools

    logger: ILogger

    Logger used for tool operations

    rateLimiter: McpRateLimiter

    Rate limiter used for tool calls