Never miss a release that matters
AI-powered summaries of every GitHub release.
AI Summaries
Changelogs condensed into clear, actionable insights.
Always Free
Track up to 5 packages at no cost, forever.
Weekly Digest
A curated summary of every release, delivered weekly.
TL;DR
This release updates core server packages, improving stability and performance for Model Context Protocol (a data communication standard) servers.
Fixes Worth Knowing
- Resolved an issue where servers could experience intermittent crashes during high load.
- Improved server response times when handling large data requests.
TL;DR
This release updates the core ModelContextProtocol (AI reasoning framework) servers, improving performance and stability across sequential thinking, general operations, and filesystem access.
New
- Updated
@modelcontextprotocol/server-sequential-thinkingfor faster reasoning. - Updated
@modelcontextprotocol/server-everythingfor improved core server functionality. - Updated
@modelcontextprotocol/server-filesystemfor more reliable file operations.
TL;DR
The servers now correctly handle URLs and robots.txt (instruction file for web crawlers), improving data fetching reliability.
Fixes Worth Knowing
- URL deserialization is fixed across both Python and TypeScript servers.
- The fetch functionality now respects
robots.txtrules, preventing unintended access. - Missing entry point added to the Sentry server (error tracking).
Before You Upgrade
No action is needed to benefit from these improvements.
TL;DR
This release significantly expands server support, adding integrations for Google Maps, Claude, Brave Search, DuckDuckGo, Filesystem, GitHub, Postgres, Slack, and a reworked Git server, alongside an initial SQLite server.
New
- New Servers: Added support for Google Maps, Claude (memory), Brave Search, DuckDuckGo, Filesystem, GitHub, Postgres, and Slack.
- Git Server Rework: The Git server has been substantially updated for improved functionality.
- SQLite Server: An initial SQLite server implementation is now available.
Fixes Worth Knowing
- Fixed missing dependencies for some JavaScript servers.
- Corrected SQLite server logging to write to a file.
Before You Upgrade
- Run
npm run link-allto ensure all servers are properly linked after upgrading. This sets up the necessary connections between components.