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

    Interface DynamicResourceEntry

    Stored entry in the dynamic resource registry.

    interface DynamicResourceEntry {
        category: string;
        content: string | Uint8Array<ArrayBufferLike>;
        createdAt: number;
        expiresAt: number;
        mimeType: string;
        sessionId: string;
        uri: string;
    }
    Index

    Properties

    category: string

    URI category segment (e.g. logs, info)

    content: string | Uint8Array<ArrayBufferLike>

    Stored payload

    createdAt: number

    Creation timestamp (ms since epoch)

    expiresAt: number

    Expiration timestamp (ms since epoch)

    mimeType: string

    MIME type of the stored content

    sessionId: string

    Session ID that owns this entry (strict-binding key)

    uri: string

    Generated ephemeral://<category>/<id> URI