Fix invalid MCP tool names for Onnba3011 and SmsTool
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
This commit is contained in:
@@ -5,7 +5,7 @@ import io.shinhanlife.dap.lib.annotation.ToolHint;
|
||||
import io.shinhanlife.dap.mcc.biz.oth.dto.*;
|
||||
|
||||
public interface Onnba3011UseCase {
|
||||
@McpTool(name = "oth.onnba3011.call", description = "Onnba3011 호출 툴")
|
||||
@McpTool(name = "oth.oth.onnba3011.call", description = "Onnba3011 호출 툴")
|
||||
@ToolHint(categoryKey = "oth")
|
||||
Object execute(Onnba3011Request req);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user