Member Junction
    Preparing search index...

    Content block returned by an MCP tool

    interface MCPContentBlock {
        data?: string;
        mimeType?: string;
        text?: string;
        type: "text" | "image" | "audio" | "resource";
        uri?: string;
    }
    Index

    Properties

    data?: string

    Base64-encoded data for binary content

    mimeType?: string

    MIME type for binary content

    text?: string

    Text content

    type: "text" | "image" | "audio" | "resource"

    Content type

    uri?: string

    Resource URI