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

Method _trigger_refresh

src/mcp_cli/display/manager.py:391–394  ·  view source on GitHub ↗

Trigger an immediate refresh (for new content).

(self)

Source from the content-addressed store, hash-verified

389 logger.error(f"Error in refresh loop: {e}", exc_info=True)
390
391 async def _trigger_refresh(self) -> None:
392 """Trigger an immediate refresh (for new content)."""
393 # The background loop will pick up changes automatically
394 pass
395
396 async def _render_streaming_status(self) -> None:
397 """Render current streaming status with debounced reasoning preview."""

Callers 2

add_chunkMethod · 0.95
update_reasoningMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected