forked from kimhyungsik/ax_hub_mcp_tool
fix: restore tool category metadata
This commit is contained in:
@@ -6,6 +6,6 @@ import io.shinhanlife.dap.mcc.biz.sms.dto.*;
|
||||
|
||||
public interface SmsToolUseCase {
|
||||
@McpTool(name = "sms.send", title = "SMS 발송 툴", description = "SMS 발송 기능을 제공합니다.")
|
||||
@ToolHint(register = false, mappingId = "SMS_SEND")
|
||||
@ToolHint(register = false, categoryKey = "notification", mappingId = "SMS_SEND")
|
||||
Object sendSms(SmsSendRequest req);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user