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

    Interface RateLimitResult

    Rate limit check result

    interface RateLimitResult {
        allowed: boolean;
        blocked: boolean;
        remaining: number;
        resetIn: number;
    }
    Index

    Properties

    allowed: boolean
    blocked: boolean
    remaining: number
    resetIn: number