mcp-use TypeScript API
    Preparing search index...

    Interface InspectorAttachment

    Attachment accepted by convertMessagesToProvider.

    interface InspectorAttachment {
        data: string;
        mimeType: string;
        type: "image" | "file";
    }
    Index
    data: string

    Base64-encoded attachment bytes.

    mimeType: string

    MIME type for the encoded bytes.

    type: "image" | "file"

    Attachment kind. Files that are not images are ignored.