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 68133fd commit 09f2f52Copy full SHA for 09f2f52
src/ModelContextProtocol.Core/McpJsonUtilities.cs
@@ -141,6 +141,7 @@ internal static bool IsValidMcpToolSchema(JsonElement element)
141
142
// MCP Content
143
[JsonSerializable(typeof(ContentBlock))]
144
+ [JsonSerializable(typeof(ContentBlock[]))]
145
[JsonSerializable(typeof(TextContentBlock))]
146
[JsonSerializable(typeof(ImageContentBlock))]
147
[JsonSerializable(typeof(AudioContentBlock))]
0 commit comments