We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f8d03 commit c9bccfbCopy full SHA for c9bccfb
pkg/toolsets/toolsets.go
@@ -335,9 +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 its canonical name.
339
// Returns the tool, its parent toolset name, and an error if not found.
340
-// Note: This function does NOT resolve deprecated aliases. Use ResolveToolAliases first if needed.
341
func (tg *ToolsetGroup) FindToolByName(toolName string) (*ServerTool, string, error) {
342
for toolsetName, toolset := range tg.Toolsets {
343
// Check read tools
0 commit comments