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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,6 @@ Install the SDK and build your first MCP client and server.
38
38
|[Logging](logging/logging.md)| Learn how to implement logging in MCP servers and how clients can consume log messages. |
39
39
|[Pagination](pagination/pagination.md)| Learn how to use cursor-based pagination when listing tools, prompts, and resources. |
40
40
|[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. |
42
41
|[HTTP Context](httpcontext/httpcontext.md)| Learn how to access the underlying `HttpContext` for a request. |
43
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. |
43
+
|[Identity and Roles](identity/identity.md)| Learn how to access caller identity and roles in MCP tool, prompt, and resource handlers. |
0 commit comments