Skip to content

Commit dfa9342

Browse files
Copilotjeffhandley
andauthored
docs: align docs IA with MCP specification structure (#1481)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jeffhandley <1031940+jeffhandley@users.noreply.github.com>
1 parent d4c588b commit dfa9342

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/concepts/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Install the SDK and build your first MCP client and server.
1717
| [Ping](ping/ping.md) | Learn how to verify connection health using the ping mechanism. |
1818
| [Progress tracking](progress/progress.md) | Learn how to track progress for long-running operations through notification messages. |
1919
| [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. |
2121

2222
### Client Features
2323

@@ -36,6 +36,7 @@ Install the SDK and build your first MCP client and server.
3636
| [Prompts](prompts/prompts.md) | Learn how to implement and consume reusable prompt templates with rich content types. |
3737
| [Completions](completions/completions.md) | Learn how to implement argument auto-completion for prompts and resource templates. |
3838
| [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. |
3940
| [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. |

docs/concepts/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ items:
1717
uid: progress
1818
- name: Cancellation
1919
uid: cancellation
20-
- name: Pagination
21-
uid: pagination
2220
- name: Tasks
2321
uid: tasks
2422
- name: Client Features
@@ -41,6 +39,8 @@ items:
4139
uid: completions
4240
- name: Logging
4341
uid: logging
42+
- name: Pagination
43+
uid: pagination
4444
- name: HTTP Context
4545
uid: httpcontext
4646
- name: Filters

0 commit comments

Comments
 (0)