Skip to content

Commit 3842030

Browse files
Copilotjeffhandley
andauthored
Move Identity and Roles below Filters in toc.yml and index.md
Agent-Logs-Url: https://github.com/modelcontextprotocol/csharp-sdk/sessions/b2f6909a-53c9-4c90-b26d-3ef35d085b93 Co-authored-by: jeffhandley <1031940+jeffhandley@users.noreply.github.com>
1 parent e45368e commit 3842030

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/concepts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ Install the SDK and build your first MCP client and server.
3838
| [Logging](logging/logging.md) | Learn how to implement logging in MCP servers and how clients can consume log messages. |
3939
| [Pagination](pagination/pagination.md) | Learn how to use cursor-based pagination when listing tools, prompts, and resources. |
4040
| [Stateless and Stateful](stateless/stateless.md) | Learn when to use stateless vs. stateful mode for HTTP servers and how to configure sessions. |
41-
| [Identity and Roles](identity/identity.md) | Learn how to access caller identity and roles in MCP tool, prompt, and resource handlers. |
4241
| [HTTP Context](httpcontext/httpcontext.md) | Learn how to access the underlying `HttpContext` for a request. |
4342
| [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. |
43+
| [Identity and Roles](identity/identity.md) | Learn how to access caller identity and roles in MCP tool, prompt, and resource handlers. |

docs/concepts/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ items:
4141
uid: logging
4242
- name: Pagination
4343
uid: pagination
44-
- name: Identity and Roles
45-
uid: identity
4644
- name: HTTP Context
4745
uid: httpcontext
4846
- name: Filters
49-
uid: filters
47+
uid: filters
48+
- name: Identity and Roles
49+
uid: identity

0 commit comments

Comments
 (0)