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 a1e0d41 commit 4aa4fdaCopy full SHA for 4aa4fda
mcp/src/main/java/io/modelcontextprotocol/spec/McpSchema.java
@@ -685,7 +685,7 @@ public record ListToolsResult( // @formatter:off
685
686
@JsonInclude(JsonInclude.Include.NON_ABSENT)
687
@JsonIgnoreProperties(ignoreUnknown = true)
688
- record JsonSchema( // @formatter:off
+ public record JsonSchema( // @formatter:off
689
@JsonProperty("type") String type,
690
@JsonProperty("properties") Map<String, Object> properties,
691
@JsonProperty("required") List<String> required,
0 commit comments