@modelcontextprotocol/sdk
Preparing search index...
types
isJSONRPCNotification
Function isJSONRPCNotification
isJSONRPCNotification
(
value
:
unknown
,
)
:
value
is
{
jsonrpc
:
"2.0"
;
method
:
string
;
params
?:
{
_meta
?:
{
[
key
:
string
]:
unknown
}
;
[
key
:
string
]:
unknown
}
;
}
Parameters
value
:
unknown
Returns
value
is
{
jsonrpc
:
"2.0"
;
method
:
string
;
params
?:
{
_meta
?:
{
[
key
:
string
]:
unknown
}
;
[
key
:
string
]:
unknown
}
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@modelcontextprotocol/sdk
Loading...