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

Method getMCPAuthHandler

go/session.go:936–940  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

934}
935
936func (s *Session) getMCPAuthHandler() MCPAuthHandler {
937 s.mcpAuthMu.RLock()
938 defer s.mcpAuthMu.RUnlock()
939 return s.mcpAuthHandler
940}
941
942func (s *Session) handleMCPAuthRequest(request MCPAuthRequest) {
943 handler := s.getMCPAuthHandler()

Callers 2

handleMCPAuthRequestMethod · 0.95
handleBroadcastEventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected