kimhyungsik
  • Joined on 2026-07-15
kimhyungsik pushed to main at kimhyungsik/ax_hub_mcp_tool 2026-08-05 00:02:05 +09:00
b9f98e89ce fix: index.html 헤더 링크 추가 및 tester.html CSV 한글 깨짐 방지(BOM 추가)
kimhyungsik pushed to main at kimhyungsik/ax_hub_mcp_tool 2026-08-04 23:56:27 +09:00
96e308aefb fix: ZtUsacRepository (MyBatis Mapper) 의존성 주입 에러 수정 (MybatisConfig에 @MapperScan 추가)
kimhyungsik pushed to main at kimhyungsik/ax_hub_mcp_tool 2026-08-04 23:54:04 +09:00
96a26bc93d fix: ToolManifestService 등의 Bean 로드 에러 방지를 위해 scanBasePackages 범위를 io.shinhanlife.dap.lib 전체로 확장
kimhyungsik pushed to main at kimhyungsik/ax_hub_mcp_tool 2026-08-04 23:51:13 +09:00
a2586fd6d3 fix: ToolPodMcpToolSynchronizer가 dap-gateway에서도 스캔되어 발생하는 Bean 에러 수정 (usecase 패키지로 이동)
kimhyungsik pushed to main at kimhyungsik/ax_hub_mcp_tool 2026-08-04 23:46:36 +09:00
cdfb6ef901 fix: ToolRegistryHeartbeatSender Bean을 인식하지 못하는 런타임 에러 수정 (scanBasePackages 추가)
kimhyungsik pushed to main at kimhyungsik/ax_hub_mcp_tool 2026-08-04 23:43:49 +09:00
3729e2d6ee fix: McpRouterController, ChatController 불필요한 FQCN 선언 제거 및 import 통합
kimhyungsik pushed to main at kimhyungsik/ax_hub_mcp_tool 2026-08-04 23:37:03 +09:00
946ec6d70f chore: DapToolOthApplication, logback 등 코드 내 남아있던 이전 명칭(찌꺼기) 일괄 치환 및 정리
kimhyungsik pushed to main at kimhyungsik/ax_hub_mcp_tool 2026-08-04 23:33:22 +09:00
136ad2fa71 refactor: dap-tool-* 모듈을 dap-was-* 이름으로 전면 개편 및 컨테이너명/파이프라인 연동
kimhyungsik pushed to main at AX-HUB/dap-was-dapmt 2026-08-04 23:19:05 +09:00
c8746ebb3a docs: update README.md to reflect recent structural refactoring
kimhyungsik pushed to main at AX-HUB/dap-was-dapmt 2026-08-04 23:15:05 +09:00
d202a2e241 Refactor: move presentation to lib and inject standard Java headers to all files
kimhyungsik pushed to main at kimhyungsik/ax_hub_mcp_tool 2026-08-04 23:10:08 +09:00
3e69436bfe chore: 잘못 생성되어 있던 중복 ToolMetadata 클래스(mcg.dto 패키지) 삭제
kimhyungsik pushed to main at kimhyungsik/ax_hub_mcp_tool 2026-08-04 23:06:15 +09:00
f827760513 refactor: 공용 클래스(MCP, Manifest, UseCase 등) lib 패키지로 이관 및 통합
kimhyungsik pushed to main at AX-HUB/dap-was-dapmt 2026-08-04 23:03:42 +09:00
62e4817ed3 Refactor: move AbstractMcpToolUseCase and LocalToolScanner to lib.usecase
kimhyungsik pushed to main at AX-HUB/dap-was-dapmt 2026-08-04 22:55:26 +09:00
502dad1af9 Refactor: move library components out of mcc and into lib packages, enforce jar build for dap-was-lib
kimhyungsik pushed to main at AX-HUB/dap-was-dapmt 2026-08-04 22:40:01 +09:00
c91eb1271c Remove mci-mock configuration and directory
kimhyungsik pushed to main at AX-HUB/dap-was-dapmt 2026-08-04 22:39:26 +09:00
ac024f9a95 Remove dozzle and gitea-runner from docker-compose.yml
kimhyungsik pushed to main at AX-HUB/dap-was-dapmt 2026-08-04 22:38:27 +09:00
3e5941537f Remove Gitea runner configurations and cache
kimhyungsik pushed to main at AX-HUB/dap-was-dapmt 2026-08-04 22:36:01 +09:00
5382f0ea82 Fix: remove remaining dap-tool and gateway legacy strings
kimhyungsik pushed to main at AX-HUB/dap-was-dapmt 2026-08-04 22:28:02 +09:00
f36a49af19 Delete all remaining Python scripts
kimhyungsik pushed to main at AX-HUB/dap-was-dapmt 2026-08-04 22:24:17 +09:00
4e8c2271b5 Delete ToolSourceUpdater.java for security