Skip to content

Commit b23faa6

Browse files
committed
fix(client) add encodeDefault for field with non spec default value
1 parent 9341f1e commit b23faa6

File tree

1 file changed

+0
-1
lines changed
  • src/commonMain/kotlin/io/modelcontextprotocol/kotlin/sdk

1 file changed

+0
-1
lines changed

src/commonMain/kotlin/io/modelcontextprotocol/kotlin/sdk/types.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,6 @@ public data class Tool(
10461046
/**
10471047
* A JSON object defining the expected parameters for the tool.
10481048
*/
1049-
@SerialName("input_schema")
10501049
val inputSchema: Input,
10511050
) {
10521051
@Serializable

0 commit comments

Comments
 (0)