IAddon boundary for hive.kdenlive — exposes the MLT core, headless melt rendering, and the Kdenlive HTTP transport as MCP tools.
Pure constructor, no registration side effects: the host drives
register!/initialize! after resolving addon-ctor from the manifest.
IAddon boundary for hive.kdenlive — exposes the MLT core, headless melt rendering, and the Kdenlive HTTP transport as MCP tools. Pure constructor, no registration side effects: the host drives register!/initialize! after resolving `addon-ctor` from the manifest.
(addon-ctor config)Pure constructor for the hive.kdenlive IAddon — (config -> IAddon).
The mounter resolves this via :addon/init-fn.
Pure constructor for the `hive.kdenlive` IAddon — (config -> IAddon). The mounter resolves this via :addon/init-fn.
Every tool is named kdenlive_<verb>.
Four of these were once bare: render, routes, ping and inspect_project.
An MCP host mounts many addons into ONE tool namespace, so a bare ping
or render is a name this addon has no claim to, and the fleet spells
every other addon's tools gimp_, creator_, publisher_*. Renamed
2026-09-20; nothing outside this repo referenced the old names.
Every tool is named kdenlive_<verb>. Four of these were once bare: render, routes, ping and inspect_project. An MCP host mounts many addons into ONE tool namespace, so a bare `ping` or `render` is a name this addon has no claim to, and the fleet spells every other addon's tools gimp_*, creator_*, publisher_*. Renamed 2026-09-20; nothing outside this repo referenced the old names.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |