Skip to content

Commit 6351b3d

Browse files
Update documentation of McpJsonUtilities.DefaultOptions. (#463)
1 parent 72e7623 commit 6351b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModelContextProtocol/McpJsonUtilities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static partial class McpJsonUtilities
2121
/// <para>
2222
/// It additionally turns on the following settings:
2323
/// <list type="number">
24-
/// <item>Enables string-based enum serialization as implemented by <see cref="JsonStringEnumConverter"/>.</item>
24+
/// <item>Enables <see cref="JsonSerializerDefaults.Web"/> defaults.</item>
2525
/// <item>Enables <see cref="JsonIgnoreCondition.WhenWritingNull"/> as the default ignore condition for properties.</item>
2626
/// <item>Enables <see cref="JsonNumberHandling.AllowReadingFromString"/> as the default number handling for number types.</item>
2727
/// </list>

0 commit comments

Comments
 (0)