Commit Graph

  • f84865ab8e refactor: remove redundant mcp.functions from all application-local.yml jade 2026-07-10 11:04:38 +09:00
  • b199dad455 fix: ToolSourceUpdater bug and add docker volume mount jade 2026-07-10 10:30:59 +09:00
  • 67b83ff356 feat: Tool metadata register flag and dynamic source updater UI jade 2026-07-09 23:58:42 +09:00
  • 49585082b3 feat: Show unregistered tools and add UI filtering jade 2026-07-09 23:28:22 +09:00
  • 1f38392600 style: Fix Tool List table layout and clipping jade 2026-07-09 23:23:05 +09:00
  • ef9194d55c feat: Add Tool List view tab to Developer Portal jade 2026-07-09 23:19:20 +09:00
  • 46c40f6aee feat: Add datalist to group input and update title to ShinhanLife jade 2026-07-09 23:13:15 +09:00
  • c14cf470a7 style: Apply modern design to Scaffold Web UI and update README jade 2026-07-09 23:08:17 +09:00
  • 9af1581da3 feat: Add Developer Portal Web UI for scaffolding to Gateway jade 2026-07-09 23:04:37 +09:00
  • 3f6f2eed4f feat: Use dynamic defaults for author and date in scaffolders jade 2026-07-09 22:34:41 +09:00
  • 6e59da645d feat: Add author and date params to scaffolders with Javadoc generation jade 2026-07-09 22:33:24 +09:00
  • e3e0b346bb docs: Update README.md with PodScaffolder and ToolScaffolder info jade 2026-07-09 22:27:25 +09:00
  • 53f183ac4a fix: Update scanBasePackages and logback configs in Payment module and PodScaffolder jade 2026-07-09 22:13:13 +09:00
  • 987a043258 fix: Add missing properties files to payment pod to resolve placeholder exception jade 2026-07-09 22:10:20 +09:00
  • dca25a7299 feat: Add PaymentApproval sample tool to axhub-tool-payment jade 2026-07-09 22:06:31 +09:00
  • 526c65002e fix: Auto-prepend axhub-tool- prefix in PodScaffolder jade 2026-07-09 22:03:36 +09:00
  • 4919ae936e refactor: Rename payment module to axhub-tool-payment jade 2026-07-09 22:02:57 +09:00
  • 654c61edc5 소스 수정 jade 2026-07-09 21:57:26 +09:00
  • 1196bde772 feat: Add PodScaffolder for automating module creation jade 2026-07-09 21:51:46 +09:00
  • b6d8e0025e chore: Remove temporary python scripts jade 2026-07-09 21:46:20 +09:00
  • 1e79e903ae refactor: Move balance tool classes to standard package structure (Package-by-Layer) jade 2026-07-09 21:45:39 +09:00
  • 20e67a297d feat: Add BalanceService tool for checking account balance jade 2026-07-09 21:40:12 +09:00
  • a1e0377827 docs(mcp): add Gemini MCP integration guide to README jade 2026-07-09 16:07:21 +09:00
  • 7db0b4e8af feat(mcp): add Java MCP bridge and agent config jade 2026-07-09 16:03:58 +09:00
  • e74e8f763c fix(core): resolve No group 3 exception in PiiMaskingUtils jade 2026-07-09 14:09:27 +09:00
  • cd2d097d8f fix(mock): resolve 404 for mock MCI API and add string mock jade 2026-07-09 13:53:26 +09:00
  • 780406ed9e fix(core): properly propagate circuit breaker json to tools jade 2026-07-09 13:49:13 +09:00
  • 57b41e1c33 fix(other): handle CIRCUIT_OPEN properly in SampleStringToolService jade 2026-07-09 13:46:17 +09:00
  • 1db7cd96a5 style(other): replace fully qualified names with imports jade 2026-07-09 13:42:53 +09:00
  • 5c0681e37e feat(common, other): add GlowMciFieldInfo and List parsing support jade 2026-07-09 13:40:12 +09:00
  • 5c7f1c92a2 Revert "feat(common, other): support List parsing with target in GlowTrgmField" jade 2026-07-09 13:37:08 +09:00
  • 454570db56 feat(common, other): support List parsing with target in GlowTrgmField jade 2026-07-09 13:33:07 +09:00
  • 1eb0d3b476 feat(other): add target field to SampleStringRes jade 2026-07-09 13:31:20 +09:00
  • dfe3d4715e refactor(core): replace if-else routing chain with switch expression jade 2026-07-09 13:26:12 +09:00
  • bbad8759db refactor(core): explicitly branch MCI and EAI routing and remove implicit fallback jade 2026-07-09 13:23:45 +09:00
  • bad6932f35 feat(core, other): add MCI_STRING support and GlowTrgmField parser with sample tool jade 2026-07-09 13:20:43 +09:00
  • 4181a79cd8 chore(core): enforce AGENTS.md rules in ToolScaffolder generation templates jade 2026-07-09 13:06:53 +09:00
  • 8f1444bf0d fix(core, gateway): route unknown tools to tool-other and match baseName for hidden tools jade 2026-07-09 11:48:47 +09:00
  • 6f3369ee25 fix(core): bypass Spring Component scanning issues for McpTool proxies jade 2026-07-09 11:42:25 +09:00
  • a9b750611b style(core): enforce AGENTS.md import rules in ToolRegistryHeartbeatSender jade 2026-07-09 11:36:32 +09:00
  • afb2f0c2e3 fix(core): restore missing variables from BusinessToolController jade 2026-07-09 11:35:20 +09:00
  • 367743b461 fix(core): use AnnotationUtils and AopUtils for bulletproof proxy method scanning jade 2026-07-09 11:34:23 +09:00
  • 1db259dbc9 style(core): optimize imports for ClassUtils according to AGENTS.md rules jade 2026-07-09 11:28:35 +09:00
  • fb5312d242 fix(core): resolve Spring AOP proxy masking @McpFunction annotations jade 2026-07-09 11:25:53 +09:00
  • 744a3d09af 소스 수정 jade 2026-07-09 11:12:55 +09:00
  • e53b05a692 fix(core): inject HttpEimsSender into MciTemplate explicitly jade 2026-07-09 10:48:28 +09:00
  • 446aaf0f9c style: optimize imports for Mappers jade 2026-07-09 10:36:29 +09:00
  • 082c06fbf8 style: remove emojis from log statements jade 2026-07-09 10:34:03 +09:00
  • 6c1153aac9 refactor(sms): apply MapStruct automation to SmsToolService jade 2026-07-09 10:27:23 +09:00
  • 377d0d2a6f fix(core): use Mappers.getMapper to avoid IDE unresolved reference error for MapStruct jade 2026-07-09 10:11:43 +09:00
  • 8294c66711 test(core): add SampleMciMapperTest and setup JUnit Platform jade 2026-07-09 10:09:50 +09:00
  • 68ceae9afd feat(core): setup MapStruct and add SampleMciMapper pilot implementation jade 2026-07-09 10:06:43 +09:00
  • f590490d96 feat(core): add MciTemplate to simplify MCI communication boilerplate jade 2026-07-09 09:57:56 +09:00
  • 4d56e63283 refactor: rename controller packages to presentation to comply with standard guidelines jade 2026-07-09 09:46:37 +09:00
  • 5e4f88ea41 docs: Add standard Javadoc comments to all Java source files jade 2026-07-09 09:11:46 +09:00
  • 69d7a7bff0 refactor: Remove redundant getter and setter methods in ToolMetadata jade 2026-07-08 17:58:46 +09:00
  • 1f303420aa feat: Add ToolSlaMonitoringAspect for SLA tracking per tool jade 2026-07-08 17:49:31 +09:00
  • 62f9060f25 feat: Auto-prefix container namespaces to tool names to prevent conflicts jade 2026-07-08 17:23:27 +09:00
  • 3129a57727 docs: Add visibility and fallback routing documentation jade 2026-07-08 17:04:09 +09:00
  • 595f76b84f fix: remove invalid reactive web application type from gateway config jade 2026-07-08 16:41:26 +09:00
  • 8db282037b feat: Add property-based fallback routing for unregistered tools jade 2026-07-08 16:32:23 +09:00
  • 056447075c feat: Separate tool routing (register) from UI visibility (visible) jade 2026-07-08 16:19:37 +09:00
  • 2b432c701a feat: Support manual execution of hidden tools via fallback routing jade 2026-07-08 16:09:45 +09:00
  • e8aabecc1a feat: Add property-based register toggle for get_template_file_url jade 2026-07-08 15:32:31 +09:00
  • 5dee8074be fix: Resolve NPE in TemplateUtilityService for MCP tool jade 2026-07-08 15:24:24 +09:00
  • 557cf6a92c feat: Add MCP Tool sample for template download jade 2026-07-08 15:14:20 +09:00
  • d1056f74b6 feat: Add MciCall sample implementation jade 2026-07-08 15:09:13 +09:00
  • 18b5b356ca feat: Implement native HTTP/2 Mock Server in Gateway jade 2026-07-08 14:49:00 +09:00
  • a4c6ea61a2 refactor: Clean up HttpEimsSender imports jade 2026-07-08 14:24:24 +09:00
  • a5d547b3f6 feat: Add WireMock server for MCI testing and fix HttpEimsSender HTTP/2 compatibility issue jade 2026-07-08 14:19:23 +09:00
  • 0fd943e0ed refactor: Standardize non-controller DTOs with lombok annotations jade 2026-07-08 13:37:20 +09:00
  • 17843d50c6 refactor: Standardize 32 non-controller DTOs with lombok annotations jade 2026-07-08 13:36:03 +09:00
  • 2e1f678599 refactor: Update HttpEimsSender to use GlowCommunicationProperties jade 2026-07-08 13:11:40 +09:00
  • c3780f618f feat: Add GlowCommunicationProperties to bind glow YAML config jade 2026-07-08 13:06:10 +09:00
  • 115a521928 fix: Update glow communication config to match detailed standard structure jade 2026-07-08 12:49:13 +09:00
  • cca12cbd1d feat: Add centralized Glow framework config template in tool-core and integrate with tool pods jade 2026-07-08 12:45:05 +09:00
  • da4c0d950d Merge pull request #1 from jadekimhs-creator/feature/khs_0708 jadekimhs-creator 2026-07-08 11:01:35 +09:00
  • 32f5f19b1f 샘플 소스 수정 jade 2026-07-08 11:00:56 +09:00
  • ab93604d9a feat: Add Glow Framework MCI/EAI integration wrapper and DTO templates jade 2026-07-08 09:54:04 +09:00
  • 24f020e457 fix: Block direct execution of unregistered tools in BusinessToolController jade 2026-07-07 13:04:31 +09:00
  • 3fe04a93d5 feat: Add selective registration to exclude specific tools from Redis and heartbeats jade 2026-07-07 13:00:14 +09:00
  • 0b0eb4884c fix: Rename admin log to gateway and add logback configs for tool pods jade 2026-07-07 11:51:27 +09:00
  • fff585ff96 chore: Remove obsolete python scripts jade 2026-07-07 10:34:08 +09:00
  • 1385ebe801 feat: Add premium Tool Catalog Web UI (catalog.html) jade 2026-07-07 10:32:13 +09:00
  • ee8a168240 fix: Allow public access to docs API and handle NoResourceFoundException smoothly jade 2026-07-07 10:25:07 +09:00
  • 65367b24cb feat: Add Tool Docs Generator API for markdown catalog jade 2026-07-07 10:20:27 +09:00
  • 547e5b32cb feat: Add playground.html for dynamic tool testing jade 2026-07-07 09:44:15 +09:00
  • 5d25a23aac Feat: Update ToolScaffolder to generate dynamic tool names and auto-inject YAML config jade 2026-07-06 17:47:55 +09:00
  • f35827bef4 소스 수정 jade 2026-07-06 17:26:53 +09:00
  • 0e519f1643 Refactor: Use import for MediaType instead of fully qualified class name in ExecuteService jade 2026-07-06 17:15:52 +09:00
  • 7c0d145d59 Chore: Remove accidentally committed response.json file jade 2026-07-06 17:10:35 +09:00
  • 3cf0153a77 Feat: Add application-local.yml for email and other tools to allow overriding MCP functions jade 2026-07-06 16:48:03 +09:00
  • 08c9234416 Fix: Migrate properties to YAML to prevent Korean character encoding issues jade 2026-07-06 16:42:06 +09:00
  • d2a4c3ea12 Feat: Externalize McpFunction metadata to application properties jade 2026-07-06 16:35:43 +09:00
  • 761e9763e0 Fix: Set timezone to Asia/Seoul in Docker containers jade 2026-07-06 16:24:26 +09:00
  • ddd2a2412d index.html 소스 수정 jade 2026-07-06 14:35:51 +09:00
  • e3f501f9be Fix: Correct broken Korean encoding in application-local.properties jade 2026-07-06 14:29:27 +09:00
  • 07a0c36561 Feat: Add AI to MCP Gateway request/response logging jade 2026-07-06 12:39:11 +09:00
  • 5b0cada798 Fix: Remove newline in BusinessToolController response log jade 2026-07-06 12:35:35 +09:00
  • afbbf3f331 Refactor: Update log tags from AI to Tool in AbstractMcpToolService jade 2026-07-06 10:34:04 +09:00