@modelcontextprotocol/sdk
    Preparing search index...

    Interface ReadResourceResult

    The server's response to a resources/read request from the client.

    interface ReadResourceResult {
        _meta?: { [key: string]: unknown };
        contents: (TextResourceContents | BlobResourceContents)[];
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    _meta?: { [key: string]: unknown }

    See General fields: _meta for notes on _meta usage.