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

Method close

python/tests/test_transport.py:50–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48
49def _transport() -> tuple[Transport, _Process]:
50 transport = Transport(ClientConfig(token="t", base_url="https://relay", timeout_ms=1000), "/none")
51 process = _Process()
52 transport._process = process # type: ignore[assignment]
53 transport._reader_task = asyncio.create_task(transport._read_loop())
54 return transport, process

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected