We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a7335 commit c35e896Copy full SHA for c35e896
mcp/src/main/java/io/modelcontextprotocol/spec/McpSchema.java
@@ -796,8 +796,8 @@ public record CreateMessageRequest(// @formatter:off
796
797
public enum ContextInclusionStrategy {
798
@JsonProperty("none") NONE,
799
- @JsonProperty("this_server") THIS_SERVER,
800
- @JsonProperty("all_server") ALL_SERVERS
+ @JsonProperty("thisServer") THIS_SERVER,
+ @JsonProperty("allServers") ALL_SERVERS
801
}
802
}// @formatter:on
803
0 commit comments