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

Class UriRuntimeConnection

python/copilot/client.py:389–399  ·  view source on GitHub ↗

Connects to an already-running runtime at the specified URL. Construct via :meth:`RuntimeConnection.uri`.

Source from the content-addressed store, hash-verified

387
388@dataclass
389class UriRuntimeConnection(RuntimeConnection):
390 """Connects to an already-running runtime at the specified URL.
391
392 Construct via :meth:`RuntimeConnection.uri`.
393 """
394
395 url: str = ""
396 """URL of the runtime to connect to. Accepts ``"port"``, ``"host:port"``, or a full URL."""
397
398 connection_token: str | None = None
399 """Shared secret to authenticate the connection."""
400
401
402@dataclass

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…