@modelcontextprotocol/sdk
Preparing search index...
spec.types
ReadResourceRequest
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
:
ReadResourceRequestParams
;
}
Hierarchy (
View Summary
)
JSONRPCRequest
ReadResourceRequest
Index
Properties
id
jsonrpc
method
params
Properties
id
id
:
RequestId
jsonrpc
jsonrpc
:
"2.0"
method
method
:
"resources/read"
params
params
:
ReadResourceRequestParams
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
jsonrpc
method
params
@modelcontextprotocol/sdk
Loading...
Sent from the client to the server, to read a specific resource URI.