v3.3.0 — Monorepo + standalone kie-cli + MCP SDK 1.x
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, thenkie-cli --help). Generate images/video/music/speech from the terminal, no MCP client needed.
Highlights
- Monorepo with a private, bundled
corefeeding both surfaces; adding a model is one file (npm run add-tool). - MCP
listTools/dispatch and CLI commands both derived from a single registry;inputSchemaderived from Zod (no more duplication). - Upgraded
@modelcontextprotocol/sdk0.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.