featherbit UI
    Preparing search index...

    Interface McpStatus

    GET /api/mcp/status — never includes token values.

    interface McpStatus {
        compiled: boolean;
        enabled: boolean;
        path: string;
        scopes: ("read" | "write")[];
        token_count: number;
    }
    Index
    compiled: boolean
    enabled: boolean
    path: string
    scopes: ("read" | "write")[]
    token_count: number