MCPcopy Create free account
hub / github.com/bigdra50/unity-cli / PingMessage

Class PingMessage

relay/protocol.py:165–170  ·  view source on GitHub ↗

Heartbeat request

Source from the content-addressed store, hash-verified

163
164
165class PingMessage(Message):
166 """Heartbeat request"""
167
168 model_config = ConfigDict(frozen=True)
169
170 type: Literal["PING"] = "PING"
171
172
173class CommandMessage(Message):

Callers 2

test_ping_messageMethod · 0.90
_heartbeat_loopMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_ping_messageMethod · 0.72