fix(core): bypass Spring Component scanning issues for McpTool proxies

This commit is contained in:
jade
2026-07-09 11:42:25 +09:00
parent a9b750611b
commit 6f3369ee25
3 changed files with 8 additions and 6 deletions

View File

@@ -4,9 +4,11 @@ import io.shinhanlife.axhub.biz.mcp.tool.annotation.McpFunction;
import io.shinhanlife.axhub.biz.mcp.tool.annotation.McpTool;
import io.shinhanlife.axhub.biz.mcp.tool.dto.TemplateDownloadReq;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Service;
import java.util.Map;
@Slf4j
@Service
@McpTool(
routingType = "HTTP",
group = "COMMON"