You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(contrib/modelcontextprotocol/go-sdk): fix data race in intent capture predicate test
Race detector caught `enabled` being written by the test goroutine and
read by the server's callback goroutine. Switched to atomic.Bool.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments