MCP TypeScript SDK (V2)
V1 Docs
Preparing search index...
@modelcontextprotocol/client
index
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
V1 Docs
MCP TypeScript SDK (V2)
Loading...
The actual JSONRPC response