Skip to content

Commit 8276632

Browse files
authored
fix wrong order of comments (#899)
Signed-off-by: vincent-pli <[email protected]>
1 parent 5441767 commit 8276632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mcp/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,12 +350,12 @@ class ProgressNotificationParams(NotificationParams):
350350
total is unknown.
351351
"""
352352
total: float | None = None
353+
"""Total number of items to process (or total progress required), if known."""
354+
message: str | None = None
353355
"""
354356
Message related to progress. This should provide relevant human readable
355357
progress information.
356358
"""
357-
message: str | None = None
358-
"""Total number of items to process (or total progress required), if known."""
359359
model_config = ConfigDict(extra="allow")
360360

361361

0 commit comments

Comments
 (0)