forked from kimhyungsik/ax_hub_mcp_tool
fix(core): bypass Spring Component scanning issues for McpTool proxies
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user