Skip to content

Commit c65a120

Browse files
mikekistlerCopilot
andcommitted
Apply suggestions from PR review
Co-authored-by: Copilot <[email protected]>
1 parent 44c1979 commit c65a120

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/concepts/httpcontext/httpcontext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: HTTP Context
33
author: mikekistler
4-
description: How to use the logging feature in the MCP C# SDK.
4+
description: How to access the HttpContext in the MCP C# SDK.
55
uid: httpcontext
66
---
77

docs/concepts/httpcontext/samples/TryItOut.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"The server implements two other tools, `get_request_info` and `get_user_claims`. You can modify the code below to call these tools as well,\n",
3030
"which illustrate how to access other parts of the [HttpContext].\n",
3131
"\n",
32-
"```python\n",
3332
"\n",
3433
"[HttpContext]: https://docs.microsoft.com/dotnet/api/microsoft.aspnetcore.http.httpcontext\n",
3534
"[IHttpContextAccessor]: https://docs.microsoft.com/dotnet/api/microsoft.aspnetcore.http.ihttpcontextaccessor"

0 commit comments

Comments
 (0)