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 fb568bb commit 5fa378cCopy full SHA for 5fa378c
src/commonMain/kotlin/io/modelcontextprotocol/kotlin/sdk/shared/Protocol.kt
@@ -25,8 +25,7 @@ internal const val IMPLEMENTATION_NAME = "mcp-ktor"
25
public typealias ProgressCallback = (Progress) -> Unit
26
27
@OptIn(ExperimentalSerializationApi::class)
28
-@PublishedApi
29
-internal val McpJson: Json by lazy {
+public val McpJson: Json by lazy {
30
Json {
31
ignoreUnknownKeys = true
32
encodeDefaults = true
0 commit comments