@upstash/context7-mcp@4.0.5

upstash/context7@upstash/context7-mcp@4.0.5Sep 4, 2026by github-actions[bot]

AI Summary

This release introduces authentication and usage tracking for the Claude Code plugin, increases HTTP subscription capacity, and removes legacy client-IP header logic.

Key Highlights

  • Require authentication and track usage separately for the Claude Code plugin.
  • Increase the default HTTP subscription capacity and allow deployments to configure it with `MCP_MAX_SUBSCRIPTIONS`.
  • Remove the legacy AES-CBC client-IP header now that authenticated assertions are deployed.

New Features

  • Authentication and usage tracking for Claude Code plugin.
  • Configurable HTTP subscription capacity via environment variable.

Full Release Notes

### Patch Changes

- 21c3dd4: Require authentication and track usage separately for the Claude Code plugin.
- 4e980f6: Increase the default HTTP subscription capacity and allow deployments to configure it with `MCP_MAX_SUBSCRIPTIONS`.
- 2a851fc: Remove the legacy AES-CBC client-IP header now that authenticated assertions are deployed.