@upstash/context7-mcp@4.0.0
neuml/txtai@upstash/context7-mcp@4.0.0Aug 7, 2026by github-actions[bot]
AI Summary
A major release involving a significant architectural upgrade. It migrates the MCP server to the v2 SDK and the latest protocol revision, moving from a stateful Redis-backed session model to a stateless HTTP serving model.
Key Highlights
- Migrated the MCP server to `@modelcontextprotocol` SDK v2.0.0.
- Adopted the 2026-07-28 protocol revision.
- Migrated to stateless HTTP serving for both modern and legacy clients.
- Removed Redis-backed sessions.
Breaking Changes
- Migration to MCP SDK v2.0.0 and protocol revision.
- Removal of Redis-backed sessions.
New Features
- Updated to MCP SDK v2.0.0
- Modern protocol compliance
Full Release Notes
### Major Changes
- 8d52608: Migrate the MCP server to the v2 SDK (`@modelcontextprotocol/{node,server,client}` 2.0.0) and the 2026-07-28 protocol revision. HTTP serving is now stateless for both modern and legacy clients, and Redis-backed sessions are removed.