Commit Graph

34 Commits

Author SHA1 Message Date
jade
8294c66711 test(core): add SampleMciMapperTest and setup JUnit Platform 2026-07-09 10:09:50 +09:00
jade
68ceae9afd feat(core): setup MapStruct and add SampleMciMapper pilot implementation 2026-07-09 10:06:43 +09:00
jade
f590490d96 feat(core): add MciTemplate to simplify MCI communication boilerplate 2026-07-09 09:57:56 +09:00
jade
4d56e63283 refactor: rename controller packages to presentation to comply with standard guidelines 2026-07-09 09:46:37 +09:00
jade
5e4f88ea41 docs: Add standard Javadoc comments to all Java source files 2026-07-09 09:11:46 +09:00
jade
69d7a7bff0 refactor: Remove redundant getter and setter methods in ToolMetadata 2026-07-08 17:58:46 +09:00
jade
1f303420aa feat: Add ToolSlaMonitoringAspect for SLA tracking per tool 2026-07-08 17:49:31 +09:00
jade
62f9060f25 feat: Auto-prefix container namespaces to tool names to prevent conflicts 2026-07-08 17:23:27 +09:00
jade
056447075c feat: Separate tool routing (register) from UI visibility (visible) 2026-07-08 16:19:37 +09:00
jade
2b432c701a feat: Support manual execution of hidden tools via fallback routing 2026-07-08 16:09:45 +09:00
jade
d1056f74b6 feat: Add MciCall sample implementation 2026-07-08 15:09:13 +09:00
jade
18b5b356ca feat: Implement native HTTP/2 Mock Server in Gateway 2026-07-08 14:49:00 +09:00
jade
a4c6ea61a2 refactor: Clean up HttpEimsSender imports 2026-07-08 14:24:24 +09:00
jade
a5d547b3f6 feat: Add WireMock server for MCI testing and fix HttpEimsSender HTTP/2 compatibility issue 2026-07-08 14:19:23 +09:00
jade
0fd943e0ed refactor: Standardize non-controller DTOs with lombok annotations 2026-07-08 13:37:20 +09:00
jade
2e1f678599 refactor: Update HttpEimsSender to use GlowCommunicationProperties 2026-07-08 13:11:40 +09:00
jade
c3780f618f feat: Add GlowCommunicationProperties to bind glow YAML config 2026-07-08 13:06:10 +09:00
jade
115a521928 fix: Update glow communication config to match detailed standard structure 2026-07-08 12:49:13 +09:00
jade
cca12cbd1d feat: Add centralized Glow framework config template in tool-core and integrate with tool pods 2026-07-08 12:45:05 +09:00
jade
24f020e457 fix: Block direct execution of unregistered tools in BusinessToolController 2026-07-07 13:04:31 +09:00
jade
3fe04a93d5 feat: Add selective registration to exclude specific tools from Redis and heartbeats 2026-07-07 13:00:14 +09:00
jade
5d25a23aac Feat: Update ToolScaffolder to generate dynamic tool names and auto-inject YAML config 2026-07-06 17:47:55 +09:00
jade
d2a4c3ea12 Feat: Externalize McpFunction metadata to application properties 2026-07-06 16:35:43 +09:00
jade
5b0cada798 Fix: Remove newline in BusinessToolController response log 2026-07-06 12:35:35 +09:00
jade
afbbf3f331 Refactor: Update log tags from AI to Tool in AbstractMcpToolService 2026-07-06 10:34:04 +09:00
jade
40c163828e Refactor: GatewayLoggingAspect를 axhub-gateway 모듈로 이동 및 포인트컷 최적화 2026-07-06 09:59:45 +09:00
jade
5507ce45c3 Refactor: ToolScaffolder 다중 모듈 및 세분화 그룹 지원 반영 2026-07-06 09:34:38 +09:00
jade
bccc266123 feat: Add sms, email tool services and clean up McpTool annotation 2026-07-05 19:57:39 +09:00
jade
9ae513ca4a Fix legacy eims url and add tool execution logs 2026-07-05 19:31:16 +09:00
jade
bfe06d228e Implement Auto-Registration and Heartbeat mechanism 2026-07-05 18:58:43 +09:00
jade
1f9b7cdd3d Replace RestTemplate with RestClient and add localhost fallback 2026-07-05 18:43:10 +09:00
jade
53c90a680e Fix MockEimsTcpServer startup in MSA tool pods 2026-07-05 18:10:43 +09:00
jade
4c718d38f1 Fix tools/call routing and dependency injection for MSA architecture 2026-07-05 18:01:39 +09:00
jade
10f3f0513d feat: Refactor monolith to microservices architecture 2026-07-05 17:27:44 +09:00