pub async fn create_plugin_tool(
    plugin: &str,
    proto: Proto
) -> Result<Box<dyn Tool<'static>>, ProtoError>