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.*;
|
import io.shinhanlife.dap.mcc.biz.oth.dto.*;
|
||||||
|
|
||||||
public interface Onnba3011UseCase {
|
public interface Onnba3011UseCase {
|
||||||
@McpTool(name = "oth.onnba3011.call", description = "Onnba3011 호출 툴")
|
@McpTool(name = "oth.oth.onnba3011.call", description = "Onnba3011 호출 툴")
|
||||||
@ToolHint(categoryKey = "oth")
|
@ToolHint(categoryKey = "oth")
|
||||||
Object execute(Onnba3011Request req);
|
Object execute(Onnba3011Request req);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import io.shinhanlife.dap.lib.annotation.ToolHint;
|
|||||||
import io.shinhanlife.dap.mcc.biz.sms.dto.*;
|
import io.shinhanlife.dap.mcc.biz.sms.dto.*;
|
||||||
|
|
||||||
public interface SmsToolUseCase {
|
public interface SmsToolUseCase {
|
||||||
@McpTool(name = "sms.send", title = "SMS 발송 툴", description = "SMS 발송 기능을 제공합니다.")
|
@McpTool(name = "sms.cmm.msg.send", title = "SMS 발송 툴", description = "SMS 발송 기능을 제공합니다.")
|
||||||
@ToolHint(register = false, categoryKey = "notification", mappingId = "SMS_SEND")
|
@ToolHint(register = false, categoryKey = "notification", mappingId = "SMS_SEND")
|
||||||
Object sendSms(SmsSendRequest req);
|
Object sendSms(SmsSendRequest req);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user