MCP Server Framework - v1.0.0
    Preparing search index...

    Interface BlobResourceContent

    interface BlobResourceContent {
        blob: string;
        mimeType?: string;
        uri: string;
    }
    Index

    Properties

    Properties

    blob: string

    Base64 encoded binary content

    mimeType?: string
    uri: string