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 41c6bd9 commit ea0bfb4Copy full SHA for ea0bfb4
mcp/src/main/java/io/modelcontextprotocol/spec/McpSchema.java
@@ -1106,7 +1106,8 @@ public record PaginatedResult(@JsonProperty("nextCursor") String nextCursor) {
1106
public record ProgressNotification(// @formatter:off
1107
@JsonProperty("progressToken") String progressToken,
1108
@JsonProperty("progress") double progress,
1109
- @JsonProperty("total") Double total) {
+ @JsonProperty("total") Double total,
1110
+ @JsonProperty("message") String message) {
1111
}// @formatter:on
1112
1113
/**
0 commit comments