MCP TypeScript SDK
V2 Docs
Preparing search index...
types
isJSONRPCNotification
Function isJSONRPCNotification
isJSONRPCNotification
(
value
:
unknown
,
)
:
value
is
{
jsonrpc
:
"2.0"
;
method
:
string
;
params
?:
{
_meta
?:
{
"io.modelcontextprotocol/related-task"
?:
{
taskId
:
string
}
;
progressToken
?:
string
|
number
;
[
key
:
string
]:
unknown
;
}
;
[
key
:
string
]:
unknown
;
}
;
}
Parameters
value
:
unknown
Returns
value
is
{
jsonrpc
:
"2.0"
;
method
:
string
;
params
?:
{
_meta
?:
{
"io.modelcontextprotocol/related-task"
?:
{
taskId
:
string
}
;
progressToken
?:
string
|
number
;
[
key
:
string
]:
unknown
;
}
;
[
key
:
string
]:
unknown
;
}
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
V2 Docs
MCP TypeScript SDK
Loading...