Member Junction
    Preparing search index...

    Dashboard filter options

    interface MCPDashboardFilters {
        connectionStatus: string;
        favoritesOnly?: boolean;
        logStatus: string;
        recentOnly?: boolean;
        searchTerm: string;
        serverStatus: string;
        toolsCategory?: string;
        toolsServer?: string;
        toolStatus: string;
    }
    Index

    Properties

    connectionStatus: string
    favoritesOnly?: boolean

    Part 3.6 — restrict Tools tab to favorited tools only

    logStatus: string
    recentOnly?: boolean

    Part 3.3 — restrict Tools tab to tools that appear in recent execution logs

    searchTerm: string
    serverStatus: string
    toolsCategory?: string

    Part 3.3 — tools tab category filter (derived from snake_case ToolName prefix, or 'all')

    toolsServer?: string

    Part 3.3 — tools tab server filter (ID of selected server, or 'all')

    toolStatus: string