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 c210a3a commit 72cd564Copy full SHA for 72cd564
kotlin-sdk-core/src/commonMain/kotlin/io/modelcontextprotocol/kotlin/sdk/types.util.kt
@@ -89,6 +89,7 @@ internal object ContentBlockPolymorphicSerializer :
89
TextContent.TYPE -> TextContent.serializer()
90
EmbeddedResource.TYPE -> EmbeddedResource.serializer()
91
AudioContent.TYPE -> AudioContent.serializer()
92
+ ResourceLink.TYPE -> ResourceLink.serializer()
93
else -> UnknownContent.serializer()
94
}
95
0 commit comments