Expand description
Plugin registry: host extension points loaded from marketplace installs.
Plugins can declare skills, hooks, and MCP servers via
crate::marketplace::PluginManifest. The registry tracks installed
plugins, loads them from disk, and exposes their declared capabilities.
Structs§
- Plugin
- A loaded plugin entry.
- Plugin
Registry - Registry of loaded plugins.