5
5
/// modify or extend the implementations as needed, but please do so at your own risk.
6
6
///
7
7
/// Generated from : <https://github.com/modelcontextprotocol/specification.git>
8
- /// Hash : 6828f3ef6300b25dd2aaff2a2e5e81188bdbd22e
9
- /// Generated at : 2025-03-11 19:03:43
8
+ /// Hash : bb8f4b7323693910328f72f244352cd71a0689e6
9
+ /// Generated at : 2025-03-15 09:27:42
10
10
/// ----------------------------------------------------------------------------
11
11
///
12
12
/// MCP Protocol Version
@@ -3562,6 +3562,10 @@ pub struct PingRequestParamsMeta {
3562
3562
/// "progressToken"
3563
3563
/// ],
3564
3564
/// "properties": {
3565
+ /// "message": {
3566
+ /// "description": "An optional message describing the current progress.",
3567
+ /// "type": "string"
3568
+ /// },
3565
3569
/// "progress": {
3566
3570
/// "description": "The progress thus far. This should increase every time progress is made, even if the total is unknown.",
3567
3571
/// "type": "number"
@@ -3608,6 +3612,10 @@ impl ProgressNotification {
3608
3612
/// "progressToken"
3609
3613
/// ],
3610
3614
/// "properties": {
3615
+ /// "message": {
3616
+ /// "description": "An optional message describing the current progress.",
3617
+ /// "type": "string"
3618
+ /// },
3611
3619
/// "progress": {
3612
3620
/// "description": "The progress thus far. This should increase every time progress is made, even if the total is unknown.",
3613
3621
/// "type": "number"
@@ -3626,6 +3634,9 @@ impl ProgressNotification {
3626
3634
/// </details>
3627
3635
#[ derive( :: serde:: Deserialize , :: serde:: Serialize , Clone , Debug ) ]
3628
3636
pub struct ProgressNotificationParams {
3637
+ ///An optional message describing the current progress.
3638
+ #[ serde( default , skip_serializing_if = "::std::option::Option::is_none" ) ]
3639
+ pub message : :: std:: option:: Option < :: std:: string:: String > ,
3629
3640
pub progress : f64 ,
3630
3641
///The progress token which was given in the initial request, used to associate this notification with the request that is proceeding.
3631
3642
#[ serde( rename = "progressToken" ) ]
0 commit comments