fix: ignore register=false to expose all tools
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 2m18s
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 2m18s
This commit is contained in:
@@ -174,9 +174,7 @@ public class ToolRegistryHeartbeatSender {
|
|||||||
|
|
||||||
enrichWithDefinition(meta, rawSubToolName, hintAnnotation);
|
enrichWithDefinition(meta, rawSubToolName, hintAnnotation);
|
||||||
|
|
||||||
if (isRegister) {
|
|
||||||
registeredTools.add(meta);
|
registeredTools.add(meta);
|
||||||
}
|
|
||||||
allScannedTools.add(meta);
|
allScannedTools.add(meta);
|
||||||
log.info(" [HeartbeatSender] 도구 메타데이터 생성: {} (isRegistered: {})", meta.getUid(), isRegister);
|
log.info(" [HeartbeatSender] 도구 메타데이터 생성: {} (isRegistered: {})", meta.getUid(), isRegister);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user