Skip to content

Commit 7903c75

Browse files
committed
Update Program.cs
1 parent e79dcb8 commit 7903c75

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

samples/ProtectedMCPServer/Program.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,4 @@ protected override Task<AuthenticateResult> HandleAuthenticateAsync()
167167

168168
return Task.FromResult(AuthenticateResult.Success(ticket));
169169
}
170-
171-
// The MCP authentication handler will handle challenges
172-
// so we don't need to implement HandleChallengeAsync here
173170
}

0 commit comments

Comments
 (0)