Commit Graph

61 Commits

Author SHA1 Message Date
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
jade
40303ee9b8 feat: add Glow HTTP tool integration sample
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 14s
2026-08-10 17:24:28 +09:00
jade
f2e1c8d388 fix: correct scaffold package generation
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m38s
2026-08-10 16:01:14 +09:00
jade
15bb39bdcb feat: force all tools to be registered to Redis regardless of register=false
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-08-10 15:47:10 +09:00
jade
dd36247bf7 feat: standardize glow profile configuration
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m39s
2026-08-10 09:45:13 +09:00
jade
7819b11ce3 feat: opt in to output schema validation
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m41s
2026-08-10 09:24:05 +09:00
jade
6809435cc2 feat: cache tool methods on pod startup
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m57s
2026-08-10 09:06:56 +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
c0567ec1c2 fix: generate schema based tool request DTOs
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m36s
2026-08-09 17:13:54 +09:00
jade
ae00489a39 feat: align pod scaffolding with oth runtime
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m37s
2026-08-09 16:54:24 +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