MCPcopy Create free account
hub / github.com/microsoft/UFO / process_outgoing

Method process_outgoing

aip/protocol/base.py:591–594  ·  view source on GitHub ↗

Log outgoing message.

(self, msg: Any)

Source from the content-addressed store, hash-verified

589 self.log_level = log_level
590
591 async def process_outgoing(self, msg: Any) -> Any:
592 """Log outgoing message."""
593 self.logger.log(self.log_level, f"[OUT] {msg}")
594 return msg
595
596 async def process_incoming(self, msg: Any) -> Any:
597 """Log incoming message."""

Callers 1

send_messageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected