Commit Graph

274 Commits

Author SHA1 Message Date
jade
cd2d097d8f fix(mock): resolve 404 for mock MCI API and add string mock 2026-07-09 13:53:26 +09:00
jade
780406ed9e fix(core): properly propagate circuit breaker json to tools 2026-07-09 13:49:13 +09:00
jade
57b41e1c33 fix(other): handle CIRCUIT_OPEN properly in SampleStringToolService 2026-07-09 13:46:17 +09:00
jade
1db7cd96a5 style(other): replace fully qualified names with imports 2026-07-09 13:42:53 +09:00
jade
5c0681e37e feat(common, other): add GlowMciFieldInfo and List parsing support 2026-07-09 13:40:12 +09:00
jade
5c7f1c92a2 Revert "feat(common, other): support List parsing with target in GlowTrgmField"
This reverts commit 454570db56.
2026-07-09 13:37:08 +09:00
jade
454570db56 feat(common, other): support List parsing with target in GlowTrgmField 2026-07-09 13:33:07 +09:00
jade
1eb0d3b476 feat(other): add target field to SampleStringRes 2026-07-09 13:31:20 +09:00
jade
dfe3d4715e refactor(core): replace if-else routing chain with switch expression 2026-07-09 13:26:12 +09:00
jade
bbad8759db refactor(core): explicitly branch MCI and EAI routing and remove implicit fallback 2026-07-09 13:23:45 +09:00
jade
bad6932f35 feat(core, other): add MCI_STRING support and GlowTrgmField parser with sample tool 2026-07-09 13:20:43 +09:00
jade
4181a79cd8 chore(core): enforce AGENTS.md rules in ToolScaffolder generation templates 2026-07-09 13:06:53 +09:00
jade
8f1444bf0d fix(core, gateway): route unknown tools to tool-other and match baseName for hidden tools 2026-07-09 11:48:47 +09:00
jade
6f3369ee25 fix(core): bypass Spring Component scanning issues for McpTool proxies 2026-07-09 11:42:25 +09:00
jade
a9b750611b style(core): enforce AGENTS.md import rules in ToolRegistryHeartbeatSender 2026-07-09 11:36:32 +09:00
jade
afb2f0c2e3 fix(core): restore missing variables from BusinessToolController 2026-07-09 11:35:20 +09:00
jade
367743b461 fix(core): use AnnotationUtils and AopUtils for bulletproof proxy method scanning 2026-07-09 11:34:23 +09:00
jade
1db259dbc9 style(core): optimize imports for ClassUtils according to AGENTS.md rules 2026-07-09 11:28:35 +09:00
jade
fb5312d242 fix(core): resolve Spring AOP proxy masking @McpFunction annotations 2026-07-09 11:25:53 +09:00
jade
744a3d09af 소스 수정 2026-07-09 11:12:55 +09:00
jade
e53b05a692 fix(core): inject HttpEimsSender into MciTemplate explicitly 2026-07-09 10:48:28 +09:00
jade
446aaf0f9c style: optimize imports for Mappers 2026-07-09 10:36:29 +09:00
jade
082c06fbf8 style: remove emojis from log statements 2026-07-09 10:34:03 +09:00
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