@modelcontextprotocol/sdk
    Preparing search index...

    Interface BlobResourceContents

    The contents of a specific resource or sub-resource.

    interface BlobResourceContents {
        _meta?: { [key: string]: unknown };
        blob: string;
        mimeType?: string;
        uri: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _meta?: { [key: string]: unknown }

    See General fields: _meta for notes on _meta usage.

    blob: string

    A base64-encoded string representing the binary data of the item.

    byte

    mimeType?: string

    The MIME type of this resource, if known.

    uri: string

    The URI of this resource.

    uri