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 72e7623 commit 6351b3dCopy full SHA for 6351b3d
src/ModelContextProtocol/McpJsonUtilities.cs
@@ -21,7 +21,7 @@ public static partial class McpJsonUtilities
21
/// <para>
22
/// It additionally turns on the following settings:
23
/// <list type="number">
24
- /// <item>Enables string-based enum serialization as implemented by <see cref="JsonStringEnumConverter"/>.</item>
+ /// <item>Enables <see cref="JsonSerializerDefaults.Web"/> defaults.</item>
25
/// <item>Enables <see cref="JsonIgnoreCondition.WhenWritingNull"/> as the default ignore condition for properties.</item>
26
/// <item>Enables <see cref="JsonNumberHandling.AllowReadingFromString"/> as the default number handling for number types.</item>
27
/// </list>
0 commit comments