releases.sh
Upstash

Upstash

upstash.comDatabase
$npx @buildinternet/releases get upstash

OAuth validation now follows Clerk issuer

This release1 enhancementImprovements to existing featuresAI-tallied from the release notes
context7 · @upstash/context7-mcp@4.0.3

Clients now validate authorization responses against the OAuth issuer that Clerk returns, improving OAuth flow correctness.

Read more →

Official Context7 plugin for OpenCode ships

This release1 featureNew capabilitiesAI-tallied from the release notes
context7 · @upstash/context7-opencode@0.1.0

New @upstash/context7-opencode package registers the hosted Context7 MCP server and the context7-mcp skill. Authentication defaults to OAuth, falling back to CONTEXT7_API_KEY or an apiKey plugin option.

Read more →

MCP server stateless over HTTP; Redis sessions removed

BreakingThis release2 enhancementsImprovements to existing featuresAI-tallied from the release notes
context7 · @upstash/context7-mcp@4.0.0

Migrated the Context7 MCP server to the v2 SDK and the 2026-07-28 protocol revision. HTTP serving is now stateless for both modern and legacy clients, with Redis-backed sessions removed.

Read more →

Codex auth failure fixed; API key now uses standard Bearer header

This release1 fixBug fixesAI-tallied from the release notes
context7 · ctx7@0.5.7

ctx7 setup now writes the API key as a standard Authorization: Bearer header instead of a custom header, fixing a Codex auth failure where the tool fell through to an OAuth credential and refreshed with a dead token. The hosted endpoint accepts both header forms, so existing configs keep working.

Read more →