Skip to content

Commit 5ab2e9a

Browse files
committed
remove comment
1 parent c9bccfb commit 5ab2e9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/toolsets/toolsets.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ func (tg *ToolsetGroup) FindToolByName(toolName string) (*ServerTool, string, er
357357
// RegisterSpecificTools registers only the specified tools.
358358
// Respects read-only mode (skips write tools if readOnly=true).
359359
// Returns error if any tool is not found.
360-
// Note: This function expects canonical tool names. Use ResolveToolAliases first if needed.
361360
func (tg *ToolsetGroup) RegisterSpecificTools(s *mcp.Server, toolNames []string, readOnly bool) error {
362361
var skippedTools []string
363362
for _, toolName := range toolNames {

0 commit comments

Comments
 (0)