MCPcopy Create free account
hub / github.com/IBM/mcp-cli / _report_progress

Method _report_progress

src/mcp_cli/tools/manager.py:212–216  ·  view source on GitHub ↗

Report progress via callback if set.

(self, message: str)

Source from the content-addressed store, hash-verified

210 return False
211
212 def _report_progress(self, message: str) -> None:
213 """Report progress via callback if set."""
214 if self._on_progress:
215 self._on_progress(message)
216 logger.debug(f"Progress: {message}")
217
218 async def _initialize_stream_manager(self, namespace: str) -> bool:
219 """Initialize StreamManager with detected transport type.

Callers 4

initializeMethod · 0.95

Calls

no outgoing calls

Tested by 2