Releases: dimix/mule-cli
Releases · dimix/mule-cli
Release list
mule-cli v1.1 — AI integrations
Adds first-class AI integrations on top of the v1.0 CLI.
New
- Claude Code skill (
skills/mule/SKILL.md) — auto-installed byinstall.sh
to~/.claude/skills/. Ask Claude to "search/download X from eMule" and it runs
the whole flow (engine start → search → download → report). - MCP server (
mcp/server.py) — zero-dependency MCP stdio server exposing 8
typed tools. Works with Claude Desktop, Codex CLI, Cursor, and any MCP client. .mcpbbundle (mcp/manifest.json) — one-click install for Claude Desktop.AGENTS.md— plain-CLI playbook for shell-based agents.- Per-client setup docs in
mcp/README.md.
Notes
- All data commands speak
--json; the integrations build on that. - The MCP connector is now versioned 1.1.0 (rebuild your
.mcpbto refresh it;
the 1.0.0 bundle keeps working).
mule-cli v1.0
First stable release of mule-cli — a tiny CLI to search and download from the
eMule ed2k / Kad networks, with the MLDonkey engine running headless in Docker.
Highlights
- One-command macOS setup via
./install.sh(Colima + Docker + engine + bootstrap) search/download/downloads/pause/resume/cancel/commit--jsonon every data command — scriptable and agent-friendly- Ships with a list of known-working ed2k servers (
servers.txt)
Install
git clone https://github.com/dimix/mule-cli.git
cd mule-cli
./install.shSee the README for usage. Client software only — download responsibly.