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

    Interface ReadDynamicResourceResult

    Result returned by DynamicResourceRegistry.read().

    interface ReadDynamicResourceResult {
        content: string | Uint8Array<ArrayBufferLike>;
        mimeType: string;
    }
    Index

    Properties

    Properties

    content: string | Uint8Array<ArrayBufferLike>

    Stored payload

    mimeType: string

    MIME type of the payload