Skip to content

Commit bc12768

Browse files
committed
Add experimental notice
1 parent 29fffbc commit bc12768

File tree

1 file changed

+7
-0
lines changed
  • docs/specification/draft/basic/utilities

1 file changed

+7
-0
lines changed

docs/specification/draft/basic/utilities/tasks.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ title: Tasks
66

77
<Info>**Protocol Revision**: draft</Info>
88

9+
<Note>
10+
11+
Tasks are newly-introduced in this version of the MCP specification and are currently considered **experimental**.
12+
The design of tasks may evolve in future protocol versions.
13+
14+
</Note>
15+
916
The Model Context Protcol (MCP) allows requestors (which can be either clients or servers, depending on the direction of communication) to augment their requests with **tasks**. Tasks are durable state machines that carry information about the underlying execution state of the request they wrap, and are intended for requestor polling and deferred result retrieval. Each task is uniquely identifiable by a receiver-generated **task ID**.
1017

1118
## User Interaction Model

0 commit comments

Comments
 (0)