MCPcopy Create free account
hub / github.com/AQ-MedAI/MedMemoryBench / set_server

Method set_server

methods/MIRIX/mirix/queue/worker.py:104–107  ·  view source on GitHub ↗

Set or update the server instance.

(self, server: Any)

Source from the content-addressed store, hash-verified

102 )
103
104 def set_server(self, server: Any) -> None:
105 """Set or update the server instance."""
106 self._server = server
107 logger.info("Updated worker server instance")
108
109 async def process_external_message(self, message: QueueMessage) -> None:
110 """

Callers 2

initializeMethod · 0.95

Calls 1

infoMethod · 0.65

Tested by 1