@modelcontextprotocol/sdk
    Preparing search index...

    Interface ListResourcesRequest

    Sent from the client to request a list of resources the server has.

    interface ListResourcesRequest {
        id: RequestId;
        jsonrpc: "2.0";
        method: "resources/list";
        params?: PaginatedRequestParams;
    }

    Hierarchy (View Summary)

    Index

    Properties

    jsonrpc: "2.0"
    method: "resources/list"