Commit Graph

126 Commits

Author SHA1 Message Date
jade
d29a7fce09 Set openWorldHint to false in UseCase java files and add empty pattern to tool-definition yaml files
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-08-14 11:45:57 +09:00
jade
b53dfe3601 Enhance ToolScaffolder with Pattern and Examples validation, support AI prompt generation for Pattern
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 6m22s
2026-08-14 10:29:27 +09:00
jade
975411598d fix(scaffold): 기존 UseCase에 단일 Tool 추가 시 새 파일(UseCase)이 생성되는 버그 수정
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 6m10s
2026-08-14 09:51:08 +09:00
jade
09cc22e4a4 fix(scaffold): Domain Category 덮어쓰기 방지 및 하위 필드(itemFields) 편집 팝업 추가
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 6m20s
2026-08-14 09:34:23 +09:00
jade
954d8879b7 feat(scaffold): Domain Category 콤보박스 및 카테고리 동적 로드 API 추가
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 7m11s
2026-08-14 09:24:39 +09:00
jade
376edbbcfb fix: remove internal API fields from _meta to match YAML strictly
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 27s
2026-08-13 18:22:43 +09:00
jade
33e1261b38 refactor: restructure tools/list response to strictly follow MCP schema standard (PDF page 62)
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 26s
2026-08-13 18:15:10 +09:00
jade
ad4758d0ba feat: expose _meta in tool metadata and map parametersSchema to inputSchema
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 27s
2026-08-13 18:04:57 +09:00
jade
93257b1bc6 feat: add module filter to tester UI and moduleName to ToolMetadata
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 26s
2026-08-13 17:56:37 +09:00
jade
04497a608c feat: change default gateway registration to true in scaffold UI
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 30s
2026-08-13 17:51:02 +09:00
jade
8f1c64ac58 refactor: apply Option B, remove heartbeat and register tools once on startup
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 44s
2026-08-13 17:34:32 +09:00
jade
f1ca0d6df1 refactor: remove redis and switch to in-memory, rollback incomplete Spring AI 2.0 upgrade
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 4m31s
2026-08-13 16:38:42 +09:00
jade
019cbe4199 Refactor: rename ToolHint to GrowToolHint and update annotations
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 2m2s
2026-08-13 16:22:15 +09:00
juheelee
206095a7a8 feat: tool report 카테고리 추가
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 2m29s
2026-08-13 16:13:10 +09:00
jade
df03037d3f update: apply recent changes from local workspace
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m54s
2026-08-13 09:52:30 +09:00
윤희준
fc235f05b9 ci: configure SizeAndTimeBasedRollingPolicy in logback to prevent disk space issues
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 2m54s
2026-08-13 09:48:07 +09:00
jade
97d380afe0 feat: enhance tool scaffold and usecase naming
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 0s
2026-08-12 23:42:14 +09:00
jade
a661e07a9f fix: resolve SSE stream completion issue, fix mapstruct typo, and remove duplicate GlowLogger
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 14s
2026-08-12 18:20:48 +09:00
jade
017812cd29 feat: apply tool schema v17 metadata
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 22s
2026-08-12 15:46:57 +09:00
binzz
ccabd1187b feat: add Excel document generator 2026-08-12 10:39:09 +09:00
jade
6662641903 refactor: remove sample HTTP tool integration
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-08-11 23:41:57 +09:00
jade
45e4332adb feat: add AI scaffold drafts
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-08-11 22:54:02 +09:00
jade
11f94cf721 feat: add scaffold field editor
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-08-11 22:18:45 +09:00
jade
9c420dc5ab feat: standardize tool names and http clients
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-08-11 17:28:11 +09:00
Boram
9021154481 Merge remote-tracking branch 'origin/main'
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-08-11 16:23:03 +09:00
Boram
494fbe9c45 인터페이스 설계서 자동생성DTO 2026-08-11 16:14:02 +09:00
jade
4b08021fc6 fix: add AUTO-TESTER to tenant-domains in application.yml to allow DeepBuilder tool execution
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m34s
2026-08-10 16:05:44 +09:00
jade
2712993286 fix: skip domain authorization check for internal system tenant
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m36s
2026-08-10 15:58:23 +09:00
jade
568b6e1d63 feat: add smp to pre-initialized category list in DynamicMcpServerManager
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m32s
2026-08-10 15:47:34 +09:00
jade
cf0a25bac3 fix: uncomment emitter.complete() for notifications to prevent client hang
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m37s
2026-08-10 15:40:48 +09:00
jade
25f55e4455 fix: uncomment emitter.complete() to close stream for custom protocol
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m41s
2026-08-10 15:36:55 +09:00
jade
5fa086531d fix: change serverInfo prefix from DAP-Gateway to dap-was in DynamicMcpServerManager
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m57s
2026-08-10 15:29:23 +09:00
jade
906e7e206d fix: fall back to tool pods when redis is unavailable
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 2m14s
2026-08-10 10:29:53 +09:00
jade
813c846f05 feat: scaffold tools from declared fields
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m39s
2026-08-09 17:50:06 +09:00
jade
03203a9912 feat: unify MCP tool execution and chat callbacks
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 2m2s
2026-08-09 16:11:46 +09:00
jade
7c9077dbd1 chore: align scaffold gradle with tool standard
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m38s
2026-08-07 16:56:07 +09:00
jade
782dee0d19 chore: downgrade to spring boot 3.5
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 2m43s
2026-08-07 13:07:08 +09:00
jade
7287a96a01 Fix scaffold errors and apply ToolHint annotations
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 33s
2026-08-06 01:14:53 +09:00
jade
ac60d046eb fix: example 입력
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 2m24s
2026-08-05 14:19:37 +09:00
jade
3a86a8e0c7 fix: align tool module handling with dap-was naming
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m55s
2026-08-05 13:44:35 +09:00
jade
ae8cc38bcf fix: 로컬 JS 라이브러리(Tailwind, Chart.js) 누락 추가
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m58s
2026-08-05 11:07:10 +09:00
jade
bf369e2a83 feat: MCP Tool Tester UI/UX 고도화 (Stress 테스트, 실시간 로그 콘솔, Auto-Ping 등 추가)
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m55s
2026-08-05 10:59:40 +09:00
jade
4b34df774d refactor: restructure packages, delete ZtUsac, fix gateway context
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 2m15s
2026-08-05 10:09:36 +09:00
jade
65222b5b1a feat: index.html 메인 화면에 Tester, Console 카드 추가
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m49s
2026-08-05 00:06:02 +09:00
jade
b9f98e89ce fix: index.html 헤더 링크 추가 및 tester.html CSV 한글 깨짐 방지(BOM 추가)
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m49s
2026-08-05 00:01:59 +09:00
jade
3729e2d6ee fix: McpRouterController, ChatController 불필요한 FQCN 선언 제거 및 import 통합
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m52s
2026-08-04 23:43:44 +09:00
jade
136ad2fa71 refactor: dap-tool-* 모듈을 dap-was-* 이름으로 전면 개편 및 컨테이너명/파이프라인 연동
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m57s
2026-08-04 23:33:06 +09:00
jade
f827760513 refactor: 공용 클래스(MCP, Manifest, UseCase 등) lib 패키지로 이관 및 통합
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 2m17s
2026-08-04 23:06:01 +09:00
jade
1a70495686 feat(ui): add tool-test-console and tester dashboards
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m51s
- Add Auto-Tester Dashboard (tester.html) in gateway for batch testing tools

- Add standalone Tool Test Console (tool-test-console.html) in core

- Fix Tailwind CSS Preflight conflicts in console UI

- Update console payload schema resolution to support both gateway and pod modes

- Strip JSON-RPC metadata from tool payload output in console

- Add unified navigation headers across all static HTML pages
2026-08-04 18:24:52 +09:00
jade
39c1f4ee12 UI: chat.html 상단 GNB 디자인을 scaffold.html과 동일하게 동기화
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m52s
2026-08-04 16:45:57 +09:00