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 64ea38a commit f6d18c4Copy full SHA for f6d18c4
src/mcp/client/session.py
@@ -131,6 +131,8 @@ async def _default_logging_callback(
131
async def _default_progress_callback(
132
params: types.ProgressNotificationParams,
133
) -> 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."""
136
pass
137
138
0 commit comments