Upstash
upstash.comDatabase
$
npx @buildinternet/releases get upstashCodex TOML settings preserved; Git Bash library IDs recovered
This release2 fixesBug fixesAI-tallied from the release notescontext7 · ctx7@0.5.9
Library IDs mangled by Git Bash when Git is installed through Scoop are now recovered, and existing Codex TOML settings are preserved when rotating stdio API keys.
OAuth validation now follows Clerk issuer
This release1 enhancementImprovements to existing featuresAI-tallied from the release notescontext7 · @upstash/context7-mcp@4.0.3
Clients now validate authorization responses against the OAuth issuer that Clerk returns, improving OAuth flow correctness.
Official Context7 plugin for OpenCode ships
This release1 featureNew capabilitiesAI-tallied from the release notescontext7 · @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.
MCP server stateless over HTTP; Redis sessions removed
BreakingThis release2 enhancementsImprovements to existing featuresAI-tallied from the release notescontext7 · @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.
Codex auth failure fixed; API key now uses standard Bearer header
This release1 fixBug fixesAI-tallied from the release notescontext7 · 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.