Commit Graph

86 Commits

Author SHA1 Message Date
jade
77ab7e48a3 fix: IntelliJ Bean Autowire 경고 해결 (@EnableConfigurationProperties 추가) 2026-07-16 14:06:38 +09:00
jade
5ca3753342 refactor: ShinhanMciSender 위치를 axhub-tool-core 어댑터 레이어로 이동 2026-07-16 13:03:12 +09:00
jade
16b5b81ed4 소스 수정 2026-07-14 23:35:39 +09:00
jade
63f7837026 보통 금융권(신한라이프 등 은행/보험사)의 내부 레거시 시스템 2026-07-14 10:24:50 +09:00
jade
698a08ef77 style: fix inline FQCNs to proper imports to comply with team rules 2026-07-14 10:18:20 +09:00
jade
97a054da82 fix: resolve MCI_STRING routing issue and add fast fail timeout for router 2026-07-14 09:56:21 +09:00
jade
06e6bc6f6c feat: unified MCI routing with auto detection for String format 2026-07-14 09:37:50 +09:00
jade
ee0efeb55f refactor: apply Legacy naming convention to Sample ResDto and CallService 2026-07-13 17:51:08 +09:00
jade
d24c95a2df refactor: apply Legacy naming convention to Sms and Sample converters and DTOs 2026-07-13 17:45:25 +09:00
jade
6ea0e827a5 소스 수정 완료 2026-07-13 17:30:44 +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
383ab92e98 fix: correctly place template downloadUrl inside contracts and calculate original_size 2026-07-11 02:07:35 +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
1907743c79 refactor: rollback timeout and size limit enforcement from toolbox layer 2026-07-11 01:04:12 +09:00
jade
49367a9c29 feat: 에러 스키마 및 상태 코드 매핑 개선 (request_id 추가 및 예외 은닉) 2026-07-11 00:58:40 +09:00
jade
025ccb2110 feat: Agent Builder 응답 사이즈 및 Timeout 정책 반영 (413, 504 응답 코드 적용 등) 2026-07-11 00:54:41 +09:00
jade
b9aa8e0169 refactor: apply new Naming standard (uid, categoryKey, subToolName) across modules 2026-07-11 00:37:29 +09:00
jade
406f093044 fix: Agent Builder tools/call 응답 스펙 (error_code, elapsed_ms 등) 상세 키 매핑 반영 2026-07-10 17:51:22 +09:00
jade
dfd9615942 feat: Agent Builder 커스텀 JSON-RPC 스펙 및 에러코드 적용, McpBridge 문자열 ID 지원 2026-07-10 17:46:59 +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
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
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
3f6f2eed4f feat: Use dynamic defaults for author and date in scaffolders 2026-07-09 22:34:41 +09:00
jade
6e59da645d feat: Add author and date params to scaffolders with Javadoc generation 2026-07-09 22:33:24 +09:00
jade
53f183ac4a fix: Update scanBasePackages and logback configs in Payment module and PodScaffolder 2026-07-09 22:13:13 +09:00
jade
987a043258 fix: Add missing properties files to payment pod to resolve placeholder exception 2026-07-09 22:10:20 +09:00
jade
526c65002e fix: Auto-prepend axhub-tool- prefix in PodScaffolder 2026-07-09 22:03:36 +09:00
jade
4919ae936e refactor: Rename payment module to axhub-tool-payment 2026-07-09 22:02:57 +09:00
jade
1196bde772 feat: Add PodScaffolder for automating module creation 2026-07-09 21:51:46 +09:00
jade
e74e8f763c fix(core): resolve No group 3 exception in PiiMaskingUtils 2026-07-09 14:09:27 +09:00
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
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