fix: set register=true for Onnba3011UseCase to expose it to MCP Gateway
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m36s
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m36s
This commit is contained in:
@@ -6,6 +6,6 @@ import io.shinhanlife.dap.mcc.biz.oth.dto.*;
|
|||||||
|
|
||||||
public interface Onnba3011UseCase {
|
public interface Onnba3011UseCase {
|
||||||
@McpTool(name = "oth.oth.onnba3011.call", description = "Onnba3011 호출 툴")
|
@McpTool(name = "oth.oth.onnba3011.call", description = "Onnba3011 호출 툴")
|
||||||
@ToolHint(categoryKey = "oth")
|
@ToolHint(categoryKey = "oth", register = true)
|
||||||
Object execute(Onnba3011Request req);
|
Object execute(Onnba3011Request req);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user