Skip to content

v3.3.0 — Monorepo + standalone kie-cli + MCP SDK 1.x

Choose a tag to compare

@felores felores released this 05 Jun 00:44
· 21 commits to main since this release

What's new

Two independently installable packages from one shared tool registry:

  • @felores/kie-ai-mcp-server@3.3.0 — MCP server (for Claude Desktop and other MCP clients).
  • @felores/kie-cli@0.1.0 — new standalone CLI (npm i -g @felores/kie-cli, then kie-cli --help). Generate images/video/music/speech from the terminal, no MCP client needed.

Highlights

  • Monorepo with a private, bundled core feeding both surfaces; adding a model is one file (npm run add-tool).
  • MCP listTools/dispatch and CLI commands both derived from a single registry; inputSchema derived from Zod (no more duplication).
  • Upgraded @modelcontextprotocol/sdk 0.4.0 → 1.29.0.
  • Resources & prompts are now generated from the registry (fixes pre-existing ENOENT; 33 resources + 2 prompts work).
  • Recovered 222 parameter descriptions into the schemas (MCP inputSchema + CLI help + docs).
  • Includes a Claude Code agent skill in skills/kie-ai/.

See CHANGELOG.md for details.