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 upgrades several core server packages, improving stability and performance of the Model Context Protocol (a system for managing server state).
Fixes Worth Knowing
File system operations are more reliable. Sequential thinking (complex task processing) is more stable. Memory management has been improved, reducing potential crashes.
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.