Skip to content

@upstash/context7-mcp@3.0.0

Choose a tag to compare

@github-actions github-actions released this 22 May 16:20
· 48 commits to master since this release
ee0bb7a

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.