mcp-use TypeScript API
    Preparing search index...

    Interface ServerBranding

    Normalized server branding shared by browser and MCP identity surfaces.

    interface ServerBranding {
        favicon?: string;
        faviconMimeType?: string;
        icons?: readonly {}[];
        websiteUrl?: string;
    }
    Index
    favicon?: string

    Source selected for /favicon.ico, after applying explicit-favicon and first-icon inference.

    faviconMimeType?: string

    MIME type of the selected favicon when known.

    icons?: readonly {}[]

    Icons reported in MCP implementation metadata, in author order.

    websiteUrl?: string

    Server website reported in MCP implementation metadata.