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

Method registerMCPAuthHandler

go/session.go:930–934  ·  view source on GitHub ↗
(handler MCPAuthHandler)

Source from the content-addressed store, hash-verified

928}
929
930func (s *Session) registerMCPAuthHandler(handler MCPAuthHandler) {
931 s.mcpAuthMu.Lock()
932 defer s.mcpAuthMu.Unlock()
933 s.mcpAuthHandler = handler
934}
935
936func (s *Session) getMCPAuthHandler() MCPAuthHandler {
937 s.mcpAuthMu.RLock()

Callers 3

CreateSessionMethod · 0.80

Calls

no outgoing calls

Tested by 1