File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
src/ModelContextProtocol.Core/Server Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -245,8 +245,13 @@ public bool ReadOnly
245
245
/// Gets or sets whether the tool should report an output schema for structured content.
246
246
/// </summary>
247
247
/// <remarks>
248
+ /// <para>
248
249
/// When enabled, the tool will attempt to populate the <see cref="Tool.OutputSchema"/>
249
250
/// and provide structured content in the <see cref="CallToolResult.StructuredContent"/> property.
251
+ /// </para>
252
+ /// <para>
253
+ /// The default is <see langword="false"/>.
254
+ /// </para>
250
255
/// </remarks>
251
256
public bool UseStructuredContent { get ; set ; }
252
257
}
Original file line number Diff line number Diff line change @@ -129,8 +129,13 @@ public sealed class McpServerToolCreateOptions
129
129
/// Gets or sets whether the tool should report an output schema for structured content.
130
130
/// </summary>
131
131
/// <remarks>
132
+ /// <para>
132
133
/// When enabled, the tool will attempt to populate the <see cref="Tool.OutputSchema"/>
133
134
/// and provide structured content in the <see cref="CallToolResult.StructuredContent"/> property.
135
+ /// </para>
136
+ /// <para>
137
+ /// The default is <see langword="false"/>.
138
+ /// </para>
134
139
/// </remarks>
135
140
public bool UseStructuredContent { get ; set ; }
136
141
You can’t perform that action at this time.
0 commit comments