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 dee9e13 commit de890d4Copy full SHA for de890d4
src/ModelContextProtocol/Utils/Json/McpJsonUtilities.cs
@@ -149,6 +149,8 @@ internal static bool IsValidMcpToolSchema(JsonElement element)
149
[JsonSerializable(typeof(SubscribeRequestParams))]
150
[JsonSerializable(typeof(UnsubscribeFromResourceRequestParams))]
151
[JsonSerializable(typeof(UnsubscribeRequestParams))]
152
+
153
+ [ExcludeFromCodeCoverage]
154
internal sealed partial class JsonContext : JsonSerializerContext;
155
156
private static JsonElement ParseJsonElement(ReadOnlySpan<byte> utf8Json)
0 commit comments