@modelcontextprotocol/sdk
Preparing search index...
spec.types
JSONRPCNotification
Interface JSONRPCNotification
A notification which does not expect a response.
interface
JSONRPCNotification
{
jsonrpc
:
"2.0"
;
method
:
string
;
params
?:
{
[
key
:
string
]:
any
}
;
}
Hierarchy (
View Summary
)
Notification
JSONRPCNotification
CancelledNotification
InitializedNotification
ProgressNotification
ResourceListChangedNotification
ResourceUpdatedNotification
PromptListChangedNotification
ToolListChangedNotification
LoggingMessageNotification
RootsListChangedNotification
Index
Properties
jsonrpc
method
params?
Properties
jsonrpc
jsonrpc
:
"2.0"
method
method
:
string
Optional
params
params
?:
{
[
key
:
string
]:
any
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
jsonrpc
method
params
@modelcontextprotocol/sdk
Loading...
A notification which does not expect a response.