We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c01d9f commit f1fbfcbCopy full SHA for f1fbfcb
1 file changed
src/ModelContextProtocol.Core/Protocol/JsonRpcMessage.cs
@@ -81,7 +81,7 @@ public sealed class Converter : JsonConverter<JsonRpcMessage>
81
/// <summary>
82
/// The union to deserialize.
83
/// </summary>
84
- public struct Union
+ internal struct Union
85
{
86
87
/// <see cref="JsonRpcMessage.JsonRpc"/>
0 commit comments