Releases: endorhq/package-manager-mcp
Releases · endorhq/package-manager-mcp
v0.3.0
What's Changed
- chore: remove unwraps and expects and use result where possible by @ereslibre in #19
- feat: implement APT backend for Debian/Debian-derivative support by @ereslibre in #20
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- feat: implement the install_package_with_version tool by @Angelmmiguel in #16
- feat: ensure agents search package versions and use a single command by @Angelmmiguel in #18
New Contributors
- @Angelmmiguel made their first contribution in #16
Full Changelog: v0.1.3...v0.2.0
v0.1.3
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.0 - Initial Release
🎉 Initial Release
This is the first release of package-manager-mcp, a Model Context Protocol (MCP) server that gives AI agents control over OS package managers.
🚀 What's New
This initial release provides core functionality for package management through the MCP protocol:
✨ Features
- Package Search: Search for packages across repositories using the
search_packagetool - Package Listing: List installed packages with the
list_installed_packagestool - Repository Management: Refresh package repositories using the
refresh_repositoriestool - APK Support: Initial support for Alpine Linux's APK package manager
- HTTP Server: Built-in HTTP server for MCP communication on configurable host/port
🏗️ Future Plans
- Support for additional package managers (apt, yum, dnf, pacman, etc.)
- Enhanced package information and metadata