Expand description
PluginFactory for MCP integration. Holds a shared connection pool
across every session built from the same LashCore.
Structs§
- McpPlugin
Factory - Plugin factory for MCP. Add once to
LashCoreBuildervia.plugin(Arc::new(factory)). - McpTool
Provider - The
ToolProvideractually registered with each session’s tool surface. Delegates definitions and execution to the shared pool.