Interface: ToolkitOptions
Interface: ToolkitOptions
Properties
except?
optional except: string[];Exclude tools whose local name matches one of these.
only?
optional only: string[];Only include tools whose local name matches one of these.
prefix?
optional prefix: string;Key prefix to prepend to each tool's local name. Defaults to ${pluginName}..
rename?
optional rename: Record<string, string>;Remap specific local names to different keys (applied after prefix).