Interface: ToolkitOptions
Filter / rename options accepted by every plugin’s .toolkit()
method. Mirrors AppKit’s ToolkitOptions verbatim so options pass
through unchanged - the underlying AppKit plugin does the filtering
and we just adapt the resulting entries into Mastra tools.
Properties
Section titled “Properties”except?
Section titled “except?”
optionalexcept?:string[]
Denylist of local tool names.
optionalonly?:string[]
Allowlist of local tool names.
prefix?
Section titled “prefix?”
optionalprefix?:string
Key prefix prepended to every tool name. AppKit’s default is
${pluginName}. when omitted; pass an explicit "" to drop it.
rename?
Section titled “rename?”
optionalrename?:Record<string,string>
Remap specific local names to different keys.