You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Install the SDK and build your first MCP client and server.
17
17
|[Ping](ping/ping.md)| Learn how to verify connection health using the ping mechanism. |
18
18
|[Progress tracking](progress/progress.md)| Learn how to track progress for long-running operations through notification messages. |
19
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. |
20
+
|[Tasks](tasks/tasks.md)| Learn how to use task-based execution for long-running operations that can be polled for status and results. |
21
21
22
22
### Client Features
23
23
@@ -36,6 +36,7 @@ Install the SDK and build your first MCP client and server.
36
36
|[Prompts](prompts/prompts.md)| Learn how to implement and consume reusable prompt templates with rich content types. |
37
37
|[Completions](completions/completions.md)| Learn how to implement argument auto-completion for prompts and resource templates. |
38
38
|[Logging](logging/logging.md)| Learn how to implement logging in MCP servers and how clients can consume log messages. |
39
+
|[Pagination](pagination/pagination.md)| Learn how to use cursor-based pagination when listing tools, prompts, and resources. |
39
40
|[Stateless and Stateful](stateless/stateless.md)| Learn when to use stateless vs. stateful mode for HTTP servers and how to configure sessions. |
40
41
|[HTTP Context](httpcontext/httpcontext.md)| Learn how to access the underlying `HttpContext` for a request. |
41
42
|[MCP Server Handler Filters](filters.md)| Learn how to add filters to the handler pipeline. Filters let you wrap the original handler with additional functionality. |
0 commit comments