We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90c5d7 commit 34c7e97Copy full SHA for 34c7e97
1 file changed
mcp-core/src/main/java/io/modelcontextprotocol/spec/McpSchema.java
@@ -505,7 +505,7 @@ public record CreateMessage() {
505
* Client supports task-augmented elicitation requests
506
*/
507
@JsonInclude(JsonInclude.Include.NON_ABSENT)
508
- public record Elicitation(@JsonProperty("elicitation") Elicitation.Create create) {
+ public record Elicitation(@JsonProperty("create") Elicitation.Create create) {
509
/**
510
* Client supports task-augmented elicitation/create requests
511
0 commit comments