ssh-mcp-pro API - v1.1.2
    Preparing search index...

    Interface RateLimiterConfig

    Configuration for rate limiter

    interface RateLimiterConfig {
        blockOnLimit: boolean;
        maxRequests: number;
        windowMs: number;
    }
    Index

    Properties

    blockOnLimit: boolean

    Whether to block requests that exceed the limit

    maxRequests: number

    Maximum number of requests in the window

    windowMs: number

    Time window in milliseconds