We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dec03b commit a01e051Copy full SHA for a01e051
pkg/toolsets/toolsets.go
@@ -335,6 +335,7 @@ func (tg *ToolsetGroup) ResolveToolAliases(toolNames []string) (resolved []strin
335
return resolved, aliasesUsed
336
}
337
338
+// FindToolByName searches all toolsets (enabled or disabled) for a tool by name.
339
// Returns the tool, its parent toolset name, and an error if not found.
340
func (tg *ToolsetGroup) FindToolByName(toolName string) (*ServerTool, string, error) {
341
for toolsetName, toolset := range tg.Toolsets {
0 commit comments