Spaces:
Running
Running
| title: progress | |
| sidebarTitle: progress | |
| # `fastmcp.client.progress` | |
| ## Functions | |
| ### `default_progress_handler` <sup><a href="https://github.com/jlowin/fastmcp/blob/main/src/fastmcp/client/progress.py#L12" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup> | |
| ```python | |
| default_progress_handler(progress: float, total: float | None, message: str | None) -> None | |
| ``` | |
| Default handler for progress notifications. | |
| Logs progress updates at debug level, properly handling missing total or message values. | |
| **Args:** | |
| - `progress`: Current progress value | |
| - `total`: Optional total expected value | |
| - `message`: Optional status message | |