Using a Homebrew package executable from a swift plugin

Hello, I would like to use a third party code-gen tool that is installed via homebrew. The homebrew bin directory is not a listed path when the plugin executes. Is there a way to modify the tool search path?

code-gen tool path: /opt/homebrew/bin/style-dictionary

working directory:
   /Users/todd/Documents/Playgrounds/SimplePlugin
tool mapping:
tool search paths:
   /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
   /Applications/Xcode.app/Contents/Developer/usr/bin
   /bin
   /sbin
   /usr/bin
   /usr/sbin

Plugin does not have access to a tool named ‘style-dictionary’

IIUC the proper way to do it is to make your own .artifactbundle that packages the executable, like it was done in this example: https://github.com/abertelrud/swiftpm-buildtool-plugin-examples/tree/main/Example%201%20-%20SwiftGen