Member Junction
    Preparing search index...

    Dashboard statistics

    interface MCPDashboardStats {
        activeConnections: number;
        activeServers: number;
        activeTools: number;
        failedExecutions: number;
        recentExecutions: number;
        totalConnections: number;
        totalServers: number;
        totalTools: number;
    }
    Index

    Properties

    activeConnections: number
    activeServers: number
    activeTools: number
    failedExecutions: number
    recentExecutions: number
    totalConnections: number
    totalServers: number
    totalTools: number