Skip to content

Commit f1fbfcb

Browse files
committed
Union internalized
1 parent 7c01d9f commit f1fbfcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ModelContextProtocol.Core/Protocol/JsonRpcMessage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public sealed class Converter : JsonConverter<JsonRpcMessage>
8181
/// <summary>
8282
/// The union to deserialize.
8383
/// </summary>
84-
public struct Union
84+
internal struct Union
8585
{
8686
/// <summary>
8787
/// <see cref="JsonRpcMessage.JsonRpc"/>

0 commit comments

Comments
 (0)