Major Changes
- af6a7b5: Convert the stateless MCP implementation to a stateful one using Redis for session management.
Patch Changes
- 3d73145: Reduce Redis writes on
refreshby checking the remaining TTL first and only issuingEXPIREwhen the session is within one day of expiry.