MCPcopy Create free account
hub / github.com/github/copilot-sdk / handler

Method handler

python/test_client.py:1264–1266  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1262 handler_calls = []
1263
1264 def handler():
1265 handler_calls.append(1)
1266 return custom_models
1267
1268 client = CopilotClient(
1269 connection=RuntimeConnection.for_stdio(path=CLI_PATH),

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected