We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b26b7b commit b9837a9Copy full SHA for b9837a9
src/ModelContextProtocol.Core/Client/McpClientTool.cs
@@ -77,6 +77,9 @@ internal McpClientTool(
77
/// <inheritdoc/>
78
public override JsonElement JsonSchema => ProtocolTool.InputSchema;
79
80
+ /// <inheritdoc/>
81
+ public override JsonElement? ReturnJsonSchema => ProtocolTool.OutputSchema;
82
+
83
84
public override JsonSerializerOptions JsonSerializerOptions { get; }
85
0 commit comments