MCPcopy Create free account
hub / github.com/commandoperator/cmdop-sdk / write

Method write

python/tests/test_transport.py:47–48  ·  view source on GitHub ↗
(self, data: bytes)

Source from the content-addressed store, hash-verified

45 def kill(self) -> None:
46 pass
47
48
49def _transport() -> tuple[Transport, _Process]:
50 transport = Transport(ClientConfig(token="t", base_url="https://relay", timeout_ms=1000), "/none")
51 process = _Process()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected