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

Method deploy_handler

python/test_commands_and_elicitation.py:135–136  ·  view source on GitHub ↗
(ctx: CommandContext)

Source from the content-addressed store, hash-verified

133 handler_calls: list[CommandContext] = []
134
135 async def deploy_handler(ctx: CommandContext) -> None:
136 handler_calls.append(ctx)
137
138 session = await client.create_session(
139 on_permission_request=PermissionHandler.approve_all,

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected