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

Class InstancesMessage

relay/protocol.py:273–281  ·  view source on GitHub ↗

Instance list response

Source from the content-addressed store, hash-verified

271
272
273class InstancesMessage(Message):
274 """Instance list response"""
275
276 model_config = ConfigDict(frozen=True)
277
278 type: Literal["INSTANCES"] = "INSTANCES"
279 id: str = ""
280 success: bool = True
281 data: dict[str, Any] = Field(default_factory=dict)
282
283
284# Framing functions

Callers 2

test_to_dictMethod · 0.90
_handle_cli_messageMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_to_dictMethod · 0.72