Skip to content

Commit f8ead9d

Browse files
committed
DO NOT MERGE
1 parent bac97ef commit f8ead9d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# MCP C# SDK
22

3+
34
[![NuGet preview version](https://img.shields.io/nuget/vpre/ModelContextProtocol.svg)](https://www.nuget.org/packages/ModelContextProtocol/absoluteLatest)
45

56
The official C# SDK for the [Model Context Protocol](https://modelcontextprotocol.io/), enabling .NET applications, services, and libraries to implement and interact with MCP clients and servers. Please visit our [API documentation](https://modelcontextprotocol.github.io/csharp-sdk/api/ModelContextProtocol.html) for more details on available functionality.

src/ModelContextProtocol/AIContentExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace ModelContextProtocol;
1313
/// <remarks>
1414
/// This class serves as an adapter layer between Model Context Protocol (MCP) types and the <see cref="AIContent"/> model types
1515
/// from the Microsoft.Extensions.AI namespace.
16+
/// Testing.
1617
/// </remarks>
1718
public static class AIContentExtensions
1819
{

0 commit comments

Comments
 (0)