Skip to content

0.3.0 - 2026-02-25

Choose a tag to compare

@github-actions github-actions released this 25 Feb 22:58
dccf08f

Release Notes

Added

  • (mcp) auto-detect toolsets from config profiles (#667)
  • (mcp) modular router with feature flags and runtime toolset selection (#656)
  • (mcp) default to read-only mode (#655)
  • (mcp) add multi-profile support for Cloud tools (#654)
  • (mcp) add multi-profile support for Enterprise tools (#651) (#652)
  • (mcp) add create_subscription tool for Cloud (#643)
  • (mcp) add Enterprise license, cluster, and certificate management tools (#636)
  • (mcp) add Enterprise Redis ACL tools (#635)
  • (mcp) add Cloud certificate and Enterprise roles tools (#634)
  • (mcp) add Cloud database flush operation (#633)
  • (mcp) add Enterprise database write operations (#632)
  • [breaking] implement Layer 2 architecture in redisctl-core (#630)
  • add custom CA certificate support for Kubernetes deployments (#624)
  • (mcp) upgrade tower-mcp to 0.3.4 (#622)
  • add filtering support and new Redis diagnostic tools (#621)
  • add individual getter tools for Cloud and Enterprise resources (#620)
  • add MCP resources and prompts to redisctl-mcp (#619)
  • (mcp) add read-only tool filter using CapabilityFilter (#618)
  • (mcp) add historical stats, Cloud logs, debug info, and modules tools (#617)
  • (mcp) add Enterprise logs and aggregate stats tools (#616)
  • (mcp) add Enterprise license tools (#615)
  • (mcp) add mock testing support for cloud and enterprise tools (#611)
  • (mcp) add profile management tools (#609)

Fixed

  • pre-release cleanup — cfg-gate warnings and stale doc versions (#676)
  • (mcp) wrap array results in JSON objects for structuredContent compliance (#653)
  • (mcp) normalize 'default' profile to use configured default (#608)

Other

  • (mcp) bump tower-mcp to 0.5.0 (#658)
  • consolidate workspace dependencies (#640)
  • upgrade tower-mcp to 0.2.3 and use from_serialize() (#607)

Install redisctl-mcp 0.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/redis-developer/redisctl/releases/download/redisctl-mcp-v0.3.0/redisctl-mcp-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/redis-developer/redisctl/releases/download/redisctl-mcp-v0.3.0/redisctl-mcp-installer.ps1 | iex"

Download redisctl-mcp 0.3.0

File Platform Checksum
redisctl-mcp-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
redisctl-mcp-x86_64-apple-darwin.tar.xz Intel macOS checksum
redisctl-mcp-x86_64-pc-windows-msvc.zip x64 Windows checksum
redisctl-mcp-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum