Skip to content

Commit 5d587bf

Browse files
committed
fix
1 parent 7466d54 commit 5d587bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/toolsets/toolsets.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ func (tg *ToolsetGroup) FindToolByName(toolName string) (*server.ServerTool, str
298298
return nil, "", NewToolDoesNotExistError(toolName)
299299
}
300300

301-
// RegisterSpecificTools registers only the specified tools, bypassing toolset enablement.
301+
// RegisterSpecificTools registers only the specified tools.
302302
// Respects read-only mode (skips write tools if readOnly=true).
303303
// Returns error if any tool is not found.
304304
func (tg *ToolsetGroup) RegisterSpecificTools(s *server.MCPServer, toolNames []string, readOnly bool) error {

0 commit comments

Comments
 (0)