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

Function get_sdk_protocol_version

python/copilot/_sdk_protocol_version.py:12–19  ·  view source on GitHub ↗

Gets the SDK protocol version. Returns: The protocol version number

()

Source from the content-addressed store, hash-verified

10
11
12def get_sdk_protocol_version() -> int:
13 """
14 Gets the SDK protocol version.
15
16 Returns:
17 The protocol version number
18 """
19 return SDK_PROTOCOL_VERSION

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…