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