MCP TypeScript SDK
V2 Docs
Preparing search index...
experimental
QueuedResponse
Interface QueuedResponse
interface
QueuedResponse
{
message
:
{
id
:
string
|
number
;
jsonrpc
:
"2.0"
;
result
:
{
_meta
?:
{
"io.modelcontextprotocol/related-task"
?:
{
taskId
:
string
}
;
progressToken
?:
string
|
number
;
[
key
:
string
]:
unknown
;
}
;
[
key
:
string
]:
unknown
;
}
;
}
;
timestamp
:
number
;
type
:
"response"
;
}
Hierarchy (
View Summary
)
BaseQueuedMessage
QueuedResponse
Index
Properties
message
timestamp
type
Properties
message
message
:
{
id
:
string
|
number
;
jsonrpc
:
"2.0"
;
result
:
{
_meta
?:
{
"io.modelcontextprotocol/related-task"
?:
{
taskId
:
string
}
;
progressToken
?:
string
|
number
;
[
key
:
string
]:
unknown
;
}
;
[
key
:
string
]:
unknown
;
}
;
}
The actual JSONRPC response
timestamp
timestamp
:
number
When the message was queued (milliseconds since epoch)
type
type
:
"response"
Type of message
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
message
timestamp
type
V2 Docs
MCP TypeScript SDK
Loading...
The actual JSONRPC response