Skip to content

Commit f858358

Browse files
authored
.Net: minor readme edits - my first PR to SK (#11120)
### Motivation and Context <!-- Thank you for your contribution to the semantic-kernel repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? Slight editorial corrections 2. What problem does it solve? Customer experience 3. What scenario does it contribute to? Model Context Protocol Sample Readme.md improvements. 4. If it fixes an open issue, please link to the issue here. --> ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> Very slight edits to MCP Sample Demo readme.md ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [X ] The code builds clean without any errors or warnings - [X] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [X] All unit tests pass, and I have added new tests where possible - [X] I didn't break anyone 😄
1 parent 05d598f commit f858358

File tree

1 file changed

+2
-2
lines changed
  • dotnet/samples/Demos/ModelContextProtocol

1 file changed

+2
-2
lines changed

Diff for: dotnet/samples/Demos/ModelContextProtocol/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ This example demonstrates how to use Model Context Protocol tools with Semantic
44

55
MCP is an open protocol that standardizes how applications provide context to LLMs.
66

7-
For for information on Model Context Protocol (MCP) please refer to the [documentation](https://modelcontextprotocol.io/introduction).
7+
For information on Model Context Protocol (MCP) please refer to the [documentation](https://modelcontextprotocol.io/introduction).
88

9-
This sample uses [mcpdotnet](https://www.nuget.org/packages/mcpdotnet) is heavily influenced by the [samples](https://github.com/PederHP/mcpdotnet/tree/main/samples) from that repository.
9+
This sample uses [mcpdotnet](https://www.nuget.org/packages/mcpdotnet) and is heavily influenced by the [samples](https://github.com/PederHP/mcpdotnet/tree/main/samples) from that repository.
1010

1111
The sample shows:
1212

0 commit comments

Comments
 (0)