Commit Graph

71 Commits

Author SHA1 Message Date
jade
e998127fa5 feat: implement MCI session fetching using employee number
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 1m3s
2026-08-19 16:41:13 +09:00
jade
9cdf313a77 fix: refactor ToolScaffolder to use generic MciClient for MCI tools
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 41s
2026-08-19 14:06:37 +09:00
jade
870412f0c7 fix: resolve workspace path resolution and enhance GrowToolHint generation in ToolScaffolder
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 1m8s
2026-08-19 13:50:49 +09:00
jade
de2d1061aa refactor(was-lib): use bundleId to dynamically match module-wide tool manifest requests
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-08-18 21:00:09 +09:00
jade
35fa033a1c feat(was-lib): map sys category to iam and pct tools
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-08-18 20:57:13 +09:00
jade
3216148ee2 feat(was-lib): add /tool-manifest/{categoryKey} endpoint for filtered manifest
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 3m19s
2026-08-18 20:51:41 +09:00
jade
c390b89250 컴파일 오류 삭제
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-08-18 20:46:04 +09:00
jade
ebaff567c6 툴 검색 시 interface -> 구현체
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 5m20s
2026-08-18 18:12:37 +09:00
jade
9f347ef9de fix(security): Set tool-server-api-key property and revert header name
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 3m10s
2026-08-18 14:46:39 +09:00
jade
91b2b67d85 refactor(security): Change X-Tool-Server-API-Key header to apiKey
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 3m44s
2026-08-18 14:41:12 +09:00
jade
b8fd9492c6 Refactor: Switch schema validator to MCP SDK DefaultJsonSchemaValidator (JSON Schema 2020-12) to match dapms
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 3m23s
2026-08-18 11:05:47 +09:00
jade
406e3c79b7 fix: align tool headers
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 3m51s
2026-08-18 09:52:54 +09:00
jade
8bd9b9e922 feat(manifest): expose tool usage guidance
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 3m17s
2026-08-17 15:11:46 +09:00
jade
0816c0ff0c feat(mcp): expose tool guidance in metadata
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 5m4s
2026-08-17 14:48:09 +09:00
jade
59f9a8eaad fix(mci): Fix ClassCastException in GlowMciComponent mock by instantiating resBodyClass
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 3m19s
2026-08-14 17:58:05 +09:00
jade
f70ee854ec fix(sync): Ignore AsyncRequestNotUsableException in GlobalExceptionHandler
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 3m14s
2026-08-14 17:15:06 +09:00
윤희준
e66e97ecc3 fix: restore repository runner token and implement missing syncToolSource method
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 53s
2026-08-14 16:49:43 +09:00
jade
1d69bd914e fix(sync): Ignore Broken Pipe on SSE emitter in warm pool and optimize SyncRunner
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-08-14 16:27:09 +09:00
juheelee
c6632eac59 fix: tool report 수정
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 6m11s
2026-08-14 13:39:50 +09:00
Boram
17c570f740 Merge remote-tracking branch 'origin/main'
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 6m9s
2026-08-14 11:31:04 +09:00
Boram
45e2c148ab 인터페이스 다운로드 변경사항 반영 2026-08-14 11:30:55 +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
b8d6fa28df fix(scaffold): 기존 UseCase에 툴 추가 시 의존성 주입(RequiredArgsConstructor) 누락 및 필드 위치 오류 수정
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 6m6s
2026-08-14 09:58:50 +09:00
jade
8a7697447f feat: add retry loop for tool registration at startup
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 6m18s
2026-08-14 00:10:30 +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
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
34e678ad63 fix: change default of register in @GrowToolHint to true so tools are returned
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 4m33s
2026-08-13 17:15:01 +09:00
jade
46df842732 refactor: remove unnecessary register=false from @GrowToolHint
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 4m33s
2026-08-13 16:54:08 +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
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
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
bd4d2a7624 revert: restore register=false check in HeartbeatSender
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 3s
2026-08-12 23:34:42 +09:00
jade
11d78a0119 fix: ignore register=false to expose all tools
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 2m18s
2026-08-12 22:18:00 +09:00
jade
6aa62a5499 fix: preserve Korean text in scaffold output
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 2m28s
2026-08-12 17:29:10 +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
jade
8cbdd2ecad feat: add insurance claim HTTP tool scaffold
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-08-11 23:59:33 +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
0e27937687 feat: add scaffold HTTP mock support
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-08-11 23:12:30 +09:00
jade
65040bdc8a refactor: remove unused eims senders
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-08-11 22:10:58 +09:00
jade
fde039066c refactor: remove legacy eims tool path
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-08-11 22:00:22 +09:00
jade
c95b946449 필요 없는 소스 푸쉬
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-08-11 18:10:01 +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
8312eee1d1 feat: scaffold Glow HTTP tool integration
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 0s
2026-08-11 13:22:48 +09:00
jade
041f939c33 fix: honor tool registration flag
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 0s
2026-08-11 10:28:46 +09:00
jade
4275f76104 feat: enforce underscore MCP tool names
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 0s
2026-08-11 10:18:36 +09:00