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

Function createSession

nodejs/test/e2e/rpc_session_state_extras.e2e.test.ts:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 async function createSession(): Promise<CopilotSession> {
51 return client.createSession({ onPermissionRequest: approveAll });
52 }
53
54 async function disconnect(session: CopilotSession | undefined): Promise<void> {
55 if (!session) {

Calls 1

createSessionMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…