MCPcopy Index your code
hub / github.com/github/copilot-sdk / StdioRuntimeConnection

Class StdioRuntimeConnection

python/copilot/client.py:367–371  ·  view source on GitHub ↗

Spawns a runtime child process and communicates over its stdin/stdout. Construct via :meth:`RuntimeConnection.stdio`.

Source from the content-addressed store, hash-verified

365
366@dataclass
367class StdioRuntimeConnection(ChildProcessRuntimeConnection):
368 """Spawns a runtime child process and communicates over its stdin/stdout.
369
370 Construct via :meth:`RuntimeConnection.stdio`.
371 """
372
373
374@dataclass

Callers 1

for_stdioMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…