Skip to content

Commit c9bccfb

Browse files
committed
remove comments
1 parent 01f8d03 commit c9bccfb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/toolsets/toolsets.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,7 @@ func (tg *ToolsetGroup) ResolveToolAliases(toolNames []string) (resolved []strin
335335
return resolved, aliasesUsed
336336
}
337337

338-
// FindToolByName searches all toolsets (enabled or disabled) for a tool by its canonical name.
339338
// 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.
341339
func (tg *ToolsetGroup) FindToolByName(toolName string) (*ServerTool, string, error) {
342340
for toolsetName, toolset := range tg.Toolsets {
343341
// Check read tools

0 commit comments

Comments
 (0)