@modelcontextprotocol/sdk
    Preparing search index...

    Interface ReadResourceRequest

    Sent from the client to the server, to read a specific resource URI.

    interface ReadResourceRequest {
        id: RequestId;
        jsonrpc: "2.0";
        method: "resources/read";
        params: { uri: string };
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    jsonrpc: "2.0"
    method: "resources/read"
    params: { uri: string }

    Type Declaration

    • uri: string

      The URI of the resource to read. The URI can use any protocol; it is up to the server how to interpret it.

      uri