MCP TypeScript SDK (V2)
V1 Docs
Preparing search index...
@modelcontextprotocol/client
index
TaskServerContext
Type Alias TaskServerContext
Experimental
TaskServerContext
:
ServerContext
&
{
task
:
{
id
:
string
;
requestedTtl
?:
number
|
null
;
store
:
RequestTaskStore
;
}
;
}
Server context with guaranteed task ID and store for task operations.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
V1 Docs
MCP TypeScript SDK (V2)
Loading...
Server context with guaranteed task ID and store for task operations.