fix: set register=true for Onnba3011UseCase to expose it to MCP Gateway
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m36s

This commit is contained in:
jade
2026-08-10 15:44:58 +09:00
parent cf0a25bac3
commit 4d929da2ce

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")
@ToolHint(categoryKey = "oth", register = true)
Object execute(Onnba3011Request req);
}