ModelContextProtocol.Core
Advanced tools
Sorry, the diff of this file is not supported yet
@@ -5,4 +5,4 @@ <?xml version="1.0" encoding="utf-8"?> | ||
| <id>ModelContextProtocol.Core</id> | ||
| <version>0.4.1-preview.1</version> | ||
| <authors>ModelContextProtocolOfficial</authors> | ||
| <version>0.5.0-preview.1</version> | ||
| <authors>ModelContextProtocol</authors> | ||
| <license type="expression">MIT</license> | ||
@@ -16,3 +16,3 @@ <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl> | ||
| <tags>ModelContextProtocol mcp ai llm</tags> | ||
| <repository type="git" url="https://github.com/modelcontextprotocol/csharp-sdk" commit="7f25ae9d2ab372a8b26cd68513aacbc085773b5d" /> | ||
| <repository type="git" url="https://github.com/modelcontextprotocol/csharp-sdk" commit="fd3a951e3c1b17fcf8af18227f668da8c4fa90fe" /> | ||
| <dependencies> | ||
@@ -19,0 +19,0 @@ <group targetFramework="net8.0"> |
+3
-3
@@ -53,3 +53,3 @@ # MCP C# SDK Core | ||
| new Dictionary<string, object?>() { ["message"] = "Hello MCP!" }, | ||
| cancellationToken:CancellationToken.None); | ||
| cancellationToken: CancellationToken.None); | ||
@@ -87,3 +87,3 @@ // echo always returns one and only one text content object | ||
| // Add tools directly | ||
| serverOptions.Capabilities.Tools = new() | ||
| serverOptions.Capabilities.Tools = new() | ||
| { | ||
@@ -94,3 +94,3 @@ ListChanged = true, | ||
| { | ||
| Name = "echo", | ||
| Name = "echo", | ||
| Description = "Echoes the message back to the client." | ||
@@ -97,0 +97,0 @@ }) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display