chore: Rename group_1 to biz_core in remaining files

This commit is contained in:
jade
2026-07-04 01:31:21 +09:00
parent 4f374afb2d
commit 1316b393ff
2 changed files with 2 additions and 2 deletions

View File

@@ -15,6 +15,6 @@ public @interface McpTool {
String name(); String name();
String description(); String description();
String group() default "group_1"; String group() default "biz_core";
String routingType() default "HTTP"; String routingType() default "HTTP";
} }

View File

@@ -10,7 +10,7 @@ import io.shinhanlife.axhub.biz.mcp.tool.dto.EmailSendReq;
@McpTool( @McpTool(
name = "common_utility_tool", name = "common_utility_tool",
description = "전사 공통 유틸리티 툴 (HR 및 알림)", description = "전사 공통 유틸리티 툴 (HR 및 알림)",
group = "group_1", group = "biz_core",
routingType = "HTTP" routingType = "HTTP"
) )
public class CommonUtilityService extends AbstractMcpToolService { public class CommonUtilityService extends AbstractMcpToolService {