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 12149c0 commit c95c6efCopy full SHA for c95c6ef
kotlin-sdk-core/src/commonMain/kotlin/io/modelcontextprotocol/kotlin/sdk/types.kt
@@ -1246,7 +1246,7 @@ public data class Tool(
1246
/**
1247
* Optional metadata for the tool.
1248
*/
1249
- override val _meta: JsonObject,
+ override val _meta: JsonObject = EmptyJsonObject,
1250
) : WithMeta {
1251
@Serializable
1252
public data class Input(val properties: JsonObject = EmptyJsonObject, val required: List<String>? = null) {
0 commit comments