Skip to main content

create_plugin

Function create_plugin 

Source
pub fn create_plugin(
    manifest: PluginManifest,
    mcp_client: Option<McpClient>,
) -> PluginResult<Box<dyn Plugin>>
Expand description

Create a plugin from a manifest, choosing the appropriate implementation based on the entry point type.

§Errors