Skip to content

Commit dfedee4

Browse files
committed
Minor fixes
1 parent 1926cdb commit dfedee4

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

docs/concepts/httpcontext/httpcontext.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,3 @@ A method of `ContextTools` can then access the current [HttpContext] as follows:
3131

3232
<!-- highlight the last 5 lines -->
3333
[!code-csharp[](samples/Tools/ContextTools.cs?name=snippet_AccessHttpContext)]
34-
35-
### Complete example
36-
37-
A complete example of an MCP Server that uses this method to access the [HttpContext] within tool methods is available
38-
in [this sample project](https://github.com/mikekistler/mcp-howto/tree/main/HttpContext).
39-
40-
You can run the project and then use the [TryItOut notebook](./samples/TryItOut.ipynb) to call one of the tools
41-
that access the HTTP context and returns the HTTP headers as a JSON object.

docs/concepts/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,5 @@ items:
1515
uid: logging
1616
- name: HTTP Context
1717
uid: httpcontext
18-
- name: Server Features
19-
items:
2018
- name: Filters
2119
uid: filters

0 commit comments

Comments
 (0)