@upstash/context7-mcp@3.0.0
upstash/context7@upstash/context7-mcp@3.0.0May 22, 2026by github-actions[bot]
AI Summary
Major update converting the stateless MCP implementation to a stateful one using Redis for session management.
Key Highlights
- Converted stateless implementation to stateful using Redis.
- Redis used for session management.
- Optimized Redis writes by checking TTL before issuing EXPIRE.
Breaking Changes
- Stateless implementation removed; requires Redis for session management.
New Features
- Redis session management
Full Release Notes
### Major Changes - af6a7b5: Convert the stateless MCP implementation to a stateful one using Redis for session management. ### Patch Changes - 3d73145: Reduce Redis writes on `refresh` by checking the remaining TTL first and only issuing `EXPIRE` when the session is within one day of expiry.