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
fix: populate token_received_at to enable proactive token refresh
Since build_token_response already recalculates expires_in as remaining
time from stored expires_at, setting token_received_at=now at load time
makes rmcp's expiry math correct (remaining = expires_in - 0), enabling
client-side token refresh before expiry instead of waiting for a 401.
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
0 commit comments