0.1.39 (2026-08-21)
Bug Fixes
- add Accept-Encoding: identity to OAuth discovery fetch requests (#279) (2899e55), closes #276
- don't answer client responses with JSON-RPC errors when forwarding fails (ce213f7)
- don't re-register OAuth client when secondary instance reuses another's auth (ea812fa)
- honor empty scopes_supported in protected resource metadata (f9b98b3)
- oauth: omit scope when scopes_supported is [] (#240) (79725ac)
- recover from EADDRINUSE on OAuth callback port instead of crashing (#262) (38f2e8b)
- surface failed request forwards as JSON-RPC errors to the client (#308) (c5741d8), closes #106
- test: stop pinning third-party tool lists in e2e assertions (f4915a1)