Skip to content

Commit 861e4b8

Browse files
committed
Mark tasks as experimental in architecture docs
1 parent 4776955 commit 861e4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/learn/architecture.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ For more details about client primitives see [client concepts](./client-concepts
134134

135135
Besides server and client primitives, the protocol offers cross-cutting utility primitives that augment how requests are executed:
136136

137-
- **Tasks**: Asynchronous execution wrappers that enable deferred result retrieval and status tracking for any MCP request (e.g., long-running computations, workflow automation, batch processing, multi-step operations)
137+
- **Tasks (Experimental)**: Asynchronous execution wrappers that enable deferred result retrieval and status tracking for any MCP request (e.g., expensive computations, workflow automation, batch processing, multi-step operations)
138138

139139
#### Notifications
140140

0 commit comments

Comments
 (0)