Commit Graph

251 Commits

Author SHA1 Message Date
jade
6c1153aac9 refactor(sms): apply MapStruct automation to SmsToolService 2026-07-09 10:27:23 +09:00
jade
377d0d2a6f fix(core): use Mappers.getMapper to avoid IDE unresolved reference error for MapStruct 2026-07-09 10:11:43 +09:00
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
3129a57727 docs: Add visibility and fallback routing documentation 2026-07-08 17:04:09 +09:00
jade
595f76b84f fix: remove invalid reactive web application type from gateway config 2026-07-08 16:41:26 +09:00
jade
8db282037b feat: Add property-based fallback routing for unregistered tools 2026-07-08 16:32:23 +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
e8aabecc1a feat: Add property-based register toggle for get_template_file_url 2026-07-08 15:32:31 +09:00
jade
5dee8074be fix: Resolve NPE in TemplateUtilityService for MCP tool 2026-07-08 15:24:24 +09:00
jade
557cf6a92c feat: Add MCP Tool sample for template download 2026-07-08 15:14:20 +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
17843d50c6 refactor: Standardize 32 non-controller DTOs with lombok annotations 2026-07-08 13:36:03 +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
jadekimhs-creator
da4c0d950d Merge pull request #1 from jadekimhs-creator/feature/khs_0708
샘플 소스 수정
2026-07-08 11:01:35 +09:00
jade
32f5f19b1f 샘플 소스 수정 2026-07-08 11:00:56 +09:00
jade
ab93604d9a feat: Add Glow Framework MCI/EAI integration wrapper and DTO templates 2026-07-08 09:54:04 +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
0b0eb4884c fix: Rename admin log to gateway and add logback configs for tool pods 2026-07-07 11:51:27 +09:00
jade
fff585ff96 chore: Remove obsolete python scripts 2026-07-07 10:34:08 +09:00
jade
1385ebe801 feat: Add premium Tool Catalog Web UI (catalog.html) 2026-07-07 10:32:13 +09:00
jade
ee8a168240 fix: Allow public access to docs API and handle NoResourceFoundException smoothly 2026-07-07 10:25:07 +09:00
jade
65367b24cb feat: Add Tool Docs Generator API for markdown catalog 2026-07-07 10:20:27 +09:00
jade
547e5b32cb feat: Add playground.html for dynamic tool testing 2026-07-07 09:44:15 +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
f35827bef4 소스 수정 2026-07-06 17:26:53 +09:00
jade
0e519f1643 Refactor: Use import for MediaType instead of fully qualified class name in ExecuteService 2026-07-06 17:15:52 +09:00
jade
7c0d145d59 Chore: Remove accidentally committed response.json file 2026-07-06 17:10:35 +09:00
jade
3cf0153a77 Feat: Add application-local.yml for email and other tools to allow overriding MCP functions 2026-07-06 16:48:03 +09:00
jade
08c9234416 Fix: Migrate properties to YAML to prevent Korean character encoding issues 2026-07-06 16:42:06 +09:00
jade
d2a4c3ea12 Feat: Externalize McpFunction metadata to application properties 2026-07-06 16:35:43 +09:00
jade
761e9763e0 Fix: Set timezone to Asia/Seoul in Docker containers 2026-07-06 16:24:26 +09:00
jade
ddd2a2412d index.html 소스 수정 2026-07-06 14:35:51 +09:00
jade
e3f501f9be Fix: Correct broken Korean encoding in application-local.properties 2026-07-06 14:29:27 +09:00
jade
07a0c36561 Feat: Add AI to MCP Gateway request/response logging 2026-07-06 12:39:11 +09:00