fix: honor tool registration flag
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 0s

This commit is contained in:
jade
2026-08-11 10:28:46 +09:00
parent 4275f76104
commit 041f939c33
4 changed files with 65 additions and 7 deletions

View File

@@ -6,6 +6,6 @@ import io.shinhanlife.dap.mcc.biz.oth.dto.*;
public interface Onnba3011UseCase {
@McpTool(name = "oth_oth_onnba3011_call", description = "Onnba3011 호출 툴")
@ToolHint(categoryKey = "oth", register = true)
@ToolHint(categoryKey = "oth", register = false)
Object execute(Onnba3011Request req);
}