v4.20.1

ruvnet/RuViewv4.20.1Sep 4, 2026by github-actions[bot]

AI Summary

Fixes HTTP authentication behavior by ensuring the WWW-Authenticate header is emitted correctly on 401 errors when OAuth is not configured.

Key Highlights

  • Emit WWW-Authenticate on 401 status codes
  • Handles authentication failures without OAuth gracefully

Full Release Notes

## [4.20.1](https://github.com/punkpeye/fastmcp/compare/v4.20.0...v4.20.1) (2026-09-04)


### Bug Fixes

* **http:** emit WWW-Authenticate on 401 when authenticate() fails without oauth ([#358](https://github.com/punkpeye/fastmcp/issues/358)) ([55bb3c0](https://github.com/punkpeye/fastmcp/commit/55bb3c0dfb75a6b35ff809946b32910bb81c9d44))