Skip to content

Commit f6d18c4

Browse files
committed
Adds comment about handling of progress notifications
1 parent 64ea38a commit f6d18c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mcp/client/session.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ async def _default_logging_callback(
131131
async def _default_progress_callback(
132132
params: types.ProgressNotificationParams,
133133
) -> None:
134+
"""Note: Default progress handling happens in the BaseSession class. This callback will only be called after the
135+
default progress handling has completed."""
134136
pass
135137

136138

0 commit comments

Comments
 (0)