Commit Graph

42 Commits

Author SHA1 Message Date
jade
efa9c69f0a feat: 신한라이프 대내MCI/EAI JSON 연계 표준(ShinhanMciSender) 신규 구현 2026-07-16 12:47:50 +09:00
jade
0323ce4f2c fix: update CORS config to allow all origin patterns for Deep Agent Builder integration 2026-07-15 23:01:55 +09:00
jade
aceb1a9799 fix: Playground 용 TESTER-DEV 권한 부여 및 PodScaffolder 템플릿 수정 2026-07-15 14:04:52 +09:00
jade
f11f64d1b8 chore: remove API security key generation from application-local.properties template 2026-07-14 10:49:30 +09:00
jade
a882c9fea2 fix: generate tool name in camelCase instead of lowerCase during scaffolding 2026-07-14 10:44:25 +09:00
jade
24a94ca352 fix: update scaffolder template for mci-mock 2026-07-14 00:05:57 +09:00
jade
29f5822d5c refactor: replace MapStruct INSTANCE with Spring DI in SmsLegacyConverter and ToolScaffolder template 2026-07-13 22:41:12 +09:00
jade
53602f1ec7 fix: PodScaffolder uses explicit import for ConfigurationPropertiesScan and fix settings 2026-07-13 18:01:37 +09:00
jade
6610589c51 소스 수정 완료 2026-07-13 17:39:49 +09:00
jade
6ea0e827a5 소스 수정 완료 2026-07-13 17:30:44 +09:00
jade
4d5832c0ef fix: application-local.yml template simplified to match axhub-tool-sms format 2026-07-13 17:21:27 +09:00
jade
f87b547911 fix: PodScaffolder application.properties template aligned with axhub-tool-email format 2026-07-13 17:19:08 +09:00
jade
ce4f5ca802 refactor: extract inline fully qualified class names to imports 2026-07-13 16:54:08 +09:00
jade
7e591e8421 style: remove all emojis from source code as per user rule 2026-07-13 16:15:17 +09:00
jade
4db8f7b44e feat: ToolScaffolder에 레거시 연동용 MciMapper 및 MciReq/ResDto 자동 생성 로직 추가 2026-07-13 13:08:43 +09:00
jade
d1b4fa6275 fix: ToolScaffolder에서 입력받은 baseName을 PascalCase로 강제 변환하도록 수정 및 HrTest 파일 재생성 2026-07-13 11:33:05 +09:00
jade
1a954d3757 fix: ToolScaffolder DTO 템플릿(Req, Res)의 String.format 매핑 오류 마저 수정 2026-07-13 09:48:18 +09:00
jade
76ef17e21c fix: ToolScaffolder String.format 파라미터 매핑 불일치(Format specifier '%s') 오류 수정 2026-07-13 09:38:45 +09:00
jade
c44e8db08e fix: WebConfig markdown API key bypass & ApiKeyInterceptor empty keys logic & UI tool identifier mapping 2026-07-11 01:55:22 +09:00
jade
8cb3408310 chore: remove unused SHINHAN_MCP_SECRET_KEY_2026 2026-07-11 01:24:23 +09:00
jade
588a783568 refactor: sync ToolMetadata and HTML scaffolding UI with new @McpFunction attributes (subToolName->name, name->displayName) 2026-07-11 01:20:27 +09:00
jade
d4232e6d7f refactor: rename McpFunction attributes (subToolName -> name, parameterSchema -> inputSchema) and remove hardcoded API key 2026-07-11 01:13:20 +09:00
jade
b9aa8e0169 refactor: apply new Naming standard (uid, categoryKey, subToolName) across modules 2026-07-11 00:37:29 +09:00
jade
b5830c0a46 refactor: remove redundant manual getters and setters in ToolMetadata 2026-07-10 13:12:14 +09:00
jade
749d942049 feat: add requiresApproval flag to support HITL workflows 2026-07-10 11:44:38 +09:00
jade
79ce26fafc fix: escape literal percent signs in PodScaffolder logback.xml template 2026-07-10 11:20:50 +09:00
jade
332fa64e2e refactor: enforce Single Source of Truth for tool metadata by removing YML property overriding logic 2026-07-10 11:08:05 +09:00
jade
b199dad455 fix: ToolSourceUpdater bug and add docker volume mount 2026-07-10 10:30:59 +09:00
jade
67b83ff356 feat: Tool metadata register flag and dynamic source updater UI 2026-07-09 23:58:42 +09:00
jade
49585082b3 feat: Show unregistered tools and add UI filtering 2026-07-09 23:28:22 +09:00
jade
9af1581da3 feat: Add Developer Portal Web UI for scaffolding to Gateway 2026-07-09 23:04:37 +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
bad6932f35 feat(core, other): add MCI_STRING support and GlowTrgmField parser with sample tool 2026-07-09 13:20:43 +09:00
jade
5e4f88ea41 docs: Add standard Javadoc comments to all Java source files 2026-07-09 09:11:46 +09:00
jade
0fd943e0ed refactor: Standardize non-controller DTOs with lombok annotations 2026-07-08 13:37:20 +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
ee8a168240 fix: Allow public access to docs API and handle NoResourceFoundException smoothly 2026-07-07 10:25:07 +09:00
jade
9748e90c21 Fix: Add validation dependency & update local gateway/tool url properties 2026-07-06 10:29:23 +09:00
jade
10f3f0513d feat: Refactor monolith to microservices architecture 2026-07-05 17:27:44 +09:00