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
.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 😄
Copy file name to clipboardExpand all lines: dotnet/samples/Demos/ModelContextProtocol/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ This example demonstrates how to use Model Context Protocol tools with Semantic
4
4
5
5
MCP is an open protocol that standardizes how applications provide context to LLMs.
6
6
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).
8
8
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.
0 commit comments