Commit Graph

325 Commits

Author SHA1 Message Date
jade
beed6e7001 docs: add sample category to scaffolder and readme 2026-07-21 14:22:22 +09:00
jade
8612dd6ea7 feat: rename sample tools 2026-07-21 14:19:08 +09:00
jade
db6ed5b09a feat: add get_exchange_rate and get_daily_quote tools and set categoryKey to sample 2026-07-21 14:17:36 +09:00
jade
db949be3f3 feat: generate and log new request-id for outbound HTTP calls in WeatherTool 2026-07-21 14:12:58 +09:00
jade
9edcdab450 관련 소스 수정 2026-07-21 14:05:39 +09:00
jade
82b1e6e267 feat: rename tool get_weather to weather 2026-07-21 14:04:48 +09:00
jade
e35b378d61 fix: wrap execute tool response to match expected client format 2026-07-21 14:00:51 +09:00
jade
f8d6ed8da3 feat: remove namespace prefix from all remaining tool modules 2026-07-21 13:52:37 +09:00
jade
437d061bef feat: remove namespace prefix from dap-tool-other 2026-07-21 13:50:54 +09:00
jade
9cce77a142 fix: add missing register=false to register_vacation tool 2026-07-21 13:45:03 +09:00
jade
115aafa220 fix: swap trace-id and request-id header mapping 2026-07-21 13:43:13 +09:00
jade
da7ed2e28b fix: remove duplicate register property in TemplateUtilityService 2026-07-21 13:32:40 +09:00
jade
48ac7b9f9f chore: disable redis heartbeat registration for all tools (register=false) 2026-07-21 13:26:02 +09:00
jade
580edd98a6 feat: add trace-id and request-id header logging to tool controller 2026-07-21 13:18:38 +09:00
jade
b9966bbbda feat: rename weather tool from get_current_weather to get_weather 2026-07-21 13:10:52 +09:00
jade
438e30f987 refactor: change internal gateway-to-tool routing from JSON-RPC to REST API 2026-07-21 12:50:28 +09:00
jade
fe9e00b5fb feat: add missing globalId to SlCommonHeaderDto 2026-07-21 10:48:13 +09:00
jade
b0f12b578d feat: add SL and OL standard header DTOs from spec 2026-07-21 10:44:17 +09:00
jade
39513a1470 feat: apply full spec to ShinhanCommonHeaderDto (42 fields) 2026-07-21 10:36:34 +09:00
jade
821b249d50 fix: resolve MCI sample tool execution errors and improve parameter definitions in UI 2026-07-21 10:29:30 +09:00
jade
e02a4e24e8 fix: Add dap-tool-core to dap-gateway Dockerfile 2026-07-21 09:06:34 +09:00
jade
6b8ca5581f fix: Remove COPY dap-common from Dockerfiles 2026-07-21 09:04:07 +09:00
jade
d6869f8191 refactor: Merge dap-common into dap-tool-core 2026-07-21 09:02:48 +09:00
jade
515ab409ec fix: Update BusinessToolController to use generateSchema 2026-07-20 17:15:49 +09:00
jade
b55f863de9 fix: Complete JsonSchemaGenerator with required properties for MCP compliance 2026-07-20 17:07:39 +09:00
jade
80ff392b5a feat: Add SampleMciToolService for MCI integration sample 2026-07-20 16:44:12 +09:00
jade
6dd1fe6cda refactor: apply Glow Framework package naming conventions (mcg, mcc)
- io.shinhanlife.dap.biz.mcp.gateway -> io.shinhanlife.dap.mcg
- io.shinhanlife.dap.biz.mcp.tool -> io.shinhanlife.dap.mcc
- io.shinhanlife.dap.biz.mcp.adapter -> io.shinhanlife.dap.common.adapter
- io.shinhanlife.dap.biz.mcp.sample -> io.shinhanlife.dap.mcc.sample
2026-07-20 11:39:36 +09:00
jade
2162587a46 fix: 딥 빌더 테스트 도구 실행 시 system 권한 도메인 허용 설정 추가 2026-07-20 10:28:11 +09:00
jade
736593c516 fix: Deep Agent Builder 무한 대기 현상 해결을 위해 JSON-RPC Notification 처리 후 SSE 강제 종료 2026-07-20 10:15:07 +09:00
jade
bd85ca9f88 fix: Deep Agent Builder JSON 파싱 에러 방지를 위해 커스텀 SSE 엔드포인트 이벤트 제거 2026-07-20 09:53:44 +09:00
jade
d6801b7ba0 fix: Deep Agent Builder 호환성을 위한 mcp-http Warm Pool 세션 버그 및 CORS 헤더 수정 2026-07-20 09:36:15 +09:00
jade
2e6b28e1c1 log 경로 수정 2026-07-20 09:01:44 +09:00
jade
0ebac4e375 McpFunction에 MCP 표준 힌트 4개 추가 2026-07-17 18:08:12 +09:00
jade
8359371122 필요 없는 부분 삭제 2026-07-17 17:38:13 +09:00
jade
7eef3a65c5 refactor: Fix all inline FQ names with proper imports and add Javadoc to 67 files 2026-07-17 15:20:26 +09:00
jade
467289bf9f skill 추가 2026-07-17 01:06:51 +09:00
jade
c05bfb0ab3 skill 추가 2026-07-17 01:05:27 +09:00
jade
ac15d38468 skill 추가 2026-07-17 01:01:24 +09:00
jade
87f367b2c1 git 변경 테스트 2026-07-17 00:50:06 +09:00
jade
5a5e67629d chore: Add explicit import for CustomWebMvcSseServerTransportProvider 2026-07-16 21:37:57 +09:00
jade
e1591761d2 refactor: Replace inline fully qualified package names with proper imports 2026-07-16 21:36:51 +09:00
jade
c982696631 git 변경 테스트 2026-07-16 21:25:40 +09:00
jade
2c0c0a3790 fix: Rename AXHUB-Gateway to DAP-Gateway in DynamicMcpServerManager 2026-07-16 21:11:11 +09:00
jade
993ced0813 docs: Update README.md to reflect new DAP architecture and module renames 2026-07-16 20:59:32 +09:00
jade
abd2766577 fix: Actually restore correct UTF-8 bytes for README.md 2026-07-16 20:56:52 +09:00
jade
046c9dee75 fix: Restore and convert README.md to UTF-8 2026-07-16 20:55:11 +09:00
jade
0225d5e8a4 git 변경 테스트 2026-07-16 20:27:01 +09:00
jade
746879e804 git 변경 테스트 2026-07-16 20:22:27 +09:00
jade
5a0e6951e2 Refactor: Rename Application classes to Dap*Application prefix 2026-07-16 20:07:52 +09:00
jade
9b0ed9dd51 수정 버전111 2026-07-16 18:03:59 +09:00