Skip to content

Commit 256ba48

Browse files
Copilotjeffhandley
andauthored
docs: sync concepts/index.md with toc.yml — add Tasks entry and align Stateless/Stateful placement
Agent-Logs-Url: https://github.com/modelcontextprotocol/csharp-sdk/sessions/752b2e50-d1f9-4f2a-b42c-c17b84b9e7b1 Co-authored-by: jeffhandley <1031940+jeffhandley@users.noreply.github.com>
1 parent 90c5939 commit 256ba48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/concepts/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ Install the SDK and build your first MCP client and server.
1414
| - | - |
1515
| [Capabilities](capabilities/capabilities.md) | Learn how client and server capabilities are negotiated during initialization, including protocol version negotiation. |
1616
| [Transports](transports/transports.md) | Learn how to configure stdio, Streamable HTTP, and SSE transports for client-server communication. |
17+
| [Stateless and Stateful](stateless/stateless.md) | Learn when to use stateless vs. stateful mode for HTTP servers and how to configure sessions. |
1718
| [Ping](ping/ping.md) | Learn how to verify connection health using the ping mechanism. |
1819
| [Progress tracking](progress/progress.md) | Learn how to track progress for long-running operations through notification messages. |
1920
| [Cancellation](cancellation/cancellation.md) | Learn how to cancel in-flight MCP requests using cancellation tokens and notifications. |
2021
| [Pagination](pagination/pagination.md) | Learn how to use cursor-based pagination when listing tools, prompts, and resources. |
22+
| [Tasks](tasks/tasks.md) | Learn how to use task-based execution for long-running operations that can be polled for status and results. |
2123

2224
### Client Features
2325

@@ -36,6 +38,5 @@ Install the SDK and build your first MCP client and server.
3638
| [Prompts](prompts/prompts.md) | Learn how to implement and consume reusable prompt templates with rich content types. |
3739
| [Completions](completions/completions.md) | Learn how to implement argument auto-completion for prompts and resource templates. |
3840
| [Logging](logging/logging.md) | Learn how to implement logging in MCP servers and how clients can consume log messages. |
39-
| [Stateless and Stateful](stateless/stateless.md) | Learn when to use stateless vs. stateful mode for HTTP servers and how to configure sessions. |
4041
| [HTTP Context](httpcontext/httpcontext.md) | Learn how to access the underlying `HttpContext` for a request. |
4142
| [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

Comments
 (0)