Skip to content

Releases: endorhq/package-manager-mcp

v0.3.0

03 Feb 10:03

Choose a tag to compare

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

20 Nov 15:33
v0.2.0
d7ffe5a

Choose a tag to compare

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

Full Changelog: v0.1.3...v0.2.0

v0.1.3

11 Aug 07:09

Choose a tag to compare

Full Changelog: v0.1.2...v0.1.3

v0.1.2

11 Aug 06:33

Choose a tag to compare

Full Changelog: v0.1.1...v0.1.2

v0.1.1

11 Aug 06:22

Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0 - Initial Release

01 Aug 08:34

Choose a tag to compare

🎉 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_package tool
  • Package Listing: List installed packages with the list_installed_packages tool
  • Repository Management: Refresh package repositories using the refresh_repositories tool
  • 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