MCPcopy
hub / github.com/zhayujie/CowAgent / report_startup_error

Method report_startup_error

channel/channel.py:32–34  ·  view source on GitHub ↗
(self, error: str)

Source from the content-addressed store, hash-verified

30 self._startup_event.set()
31
32 def report_startup_error(self, error: str):
33 self._startup_error = error
34 self._startup_event.set()
35
36 def wait_startup(self, timeout: float = 3) -> (bool, str):
37 """

Callers 15

startupMethod · 0.80
_run_loopMethod · 0.80
_async_mainMethod · 0.80
startupMethod · 0.80
_run_loopMethod · 0.80
_async_mainMethod · 0.80
startupMethod · 0.80
startupMethod · 0.80
_startup_callbackMethod · 0.80
_handle_ws_messageMethod · 0.80
startupMethod · 0.80

Calls 1

setMethod · 0.80

Tested by

no test coverage detected