We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c5939 commit b14ab85Copy full SHA for b14ab85
docs/concepts/index.md
@@ -18,6 +18,7 @@ Install the SDK and build your first MCP client and server.
18
| [Progress tracking](progress/progress.md) | Learn how to track progress for long-running operations through notification messages. |
19
| [Cancellation](cancellation/cancellation.md) | Learn how to cancel in-flight MCP requests using cancellation tokens and notifications. |
20
| [Pagination](pagination/pagination.md) | Learn how to use cursor-based pagination when listing tools, prompts, and resources. |
21
+| [Tasks](tasks/tasks.md) | Learn how to use task-based execution for long-running operations that can be polled for status and results. |
22
23
### Client Features
24
0 commit comments