jade
31e6fd605d
feat: support MCP output schemas
Deploy to OCIWP / deploy (push) Successful in 2m1s
2026-08-04 11:24:59 +09:00
jade
15262d5a0f
test: keep input schemas in tool modules
Deploy to OCIWP / deploy (push) Successful in 1m56s
2026-08-04 11:03:35 +09:00
jade
2957272cc3
feat: support explicit MCP input schemas
Deploy to OCIWP / deploy (push) Successful in 2m18s
2026-08-04 10:50:25 +09:00
jade
52f585fa45
Refactor: Remove SensitiveDataMasker and fix PaginationRequestValidator
Deploy to OCIWP / deploy (push) Successful in 1m55s
2026-08-03 17:41:02 +09:00
jade
bc86f36825
feat(scaffold): 템플릿 코드에 @McpValidation 예시 추가
Deploy to OCIWP / deploy (push) Successful in 1m42s
2026-08-03 16:37:11 +09:00
jade
55dcffa2c9
feat(schema): 고급 JSON Schema 제약조건(format, default, examples 등) 지원 및 McpFunction 수정 반영
Deploy to OCIWP / deploy (push) Has been cancelled
2026-08-03 16:35:46 +09:00
jade
be0314afe8
feat(schema): @McpAnyOf 어노테이션 및 JSON Schema 파싱 로직 추가
Deploy to OCIWP / deploy (push) Successful in 1m56s
2026-08-03 16:31:43 +09:00
jade
39eab0429e
Revert "feat(security): ToolSecurityContext 및 KMS 복호화 공통 모듈 추가"
...
Deploy to OCIWP / deploy (push) Successful in 2m1s
This reverts commit cf958622bd .
2026-08-03 15:35:20 +09:00
jade
cf958622bd
feat(security): ToolSecurityContext 및 KMS 복호화 공통 모듈 추가
Deploy to OCIWP / deploy (push) Successful in 2m18s
2026-08-03 13:45:16 +09:00
jade
d858f2ab90
Merge branch 'main' of https://git.devjun.net/kimhyungsik/ax_hub_mcp_tool
Deploy to OCIWP / deploy (push) Successful in 1m53s
2026-07-31 14:59:17 +09:00
jade
2bc896a130
application 업데이트
2026-07-31 14:59:00 +09:00
b22cd779cf
Merge pull request 'fix: paser로 인해 인공지능의 띄어쓰기가 이상해지는 문제 해결' ( #5 ) from feature/markdown into main
...
Deploy to OCIWP / deploy (push) Successful in 2m20s
Reviewed-on: #5
2026-07-31 14:48:01 +09:00
juheelee
b3908f771f
fix: paser로 인해 인공지능의 띄어쓰기가 이상해지는 문제 해결
2026-07-31 14:45:31 +09:00
jade
58234b1c59
refactor: align Glow transaction field metadata
Deploy to OCIWP / deploy (push) Successful in 2m20s
2026-07-31 14:44:21 +09:00
jade
541d6d1938
config: centralize Glow MCI settings
Deploy to OCIWP / deploy (push) Successful in 2m15s
2026-07-31 14:41:35 +09:00
628925dce9
Merge pull request 'feature/markdown' ( #4 ) from feature/markdown into main
...
Deploy to OCIWP / deploy (push) Successful in 1m58s
Reviewed-on: #4
2026-07-30 18:01:02 +09:00
juheelee
9d16b8ef3a
feat: markdown 추가
2026-07-30 17:59:27 +09:00
juheelee
39f68ccf46
feat: markdown 추가
2026-07-30 17:59:06 +09:00
jade
1bf09705d1
build: validate duplicate MCP tool names before packaging
Deploy to OCIWP / deploy (push) Successful in 2m1s
2026-07-30 17:41:06 +09:00
jade
60055dd9ed
feat: propagate MCP request headers to tools
Deploy to OCIWP / deploy (push) Successful in 2m28s
2026-07-30 17:10:15 +09:00
jade
b5ff930556
docs: refresh project README
Deploy to OCIWP / deploy (push) Successful in 2m1s
2026-07-30 10:16:25 +09:00
Gitea CI
2c4c447a8f
feat: OpenRouter 실존 무료 모델 교체 및 Gemini API 라우팅 전환
...
Deploy to OCIWP / deploy (push) Successful in 2m9s
- chat.html: 드롭다운을 검증된 무료 모델로 교체
* Ling 3.0 Flash (inclusionai/ling-3.0-flash:free) 기본값으로 설정
* GPT-OSS 20B, Gemma 4 31B, NVIDIA Nemotron Nano, Cohere North Mini 추가
* 삭제된 모델(qwen-2-7b, llama-3-8b, openchat-7b 등) 제거
- ChatController.java: Gemini 직접 API(비정상 키) 제거
* gemini-flash-latest 선택 시 OpenRouter Google Gemma 4 31B 로 라우팅
* 불필요한 70여 라인 직접 HTTP 호출 코드 제거
- E2E 검증 완료: Ling 3.0 Flash 정상 응답 확인
2026-07-30 07:28:56 +09:00
hjgram
68e1bf95fd
merge: remote updates into main with tool-core schema updates
Deploy to OCIWP / deploy (push) Successful in 2m17s
2026-07-30 06:26:41 +09:00
hjgram
204dd04d5f
feat: OCI 배포 듀얼 LLM 스위칭 및 신규 툴 DTO 의존성 주입 병합
2026-07-30 06:19:06 +09:00
jade
5fe8590695
feat: use MCP SDK for tool pod calls
Deploy to OCIWP / deploy (push) Successful in 2m18s
2026-07-29 23:03:11 +09:00
0a2464d426
Merge pull request 'feat: 메타 테이블 조회' ( #3 ) from feature/meta-table-check into main
...
Deploy to OCIWP / deploy (push) Successful in 2m21s
Reviewed-on: #3
2026-07-29 17:30:32 +09:00
juheelee
a667431de1
feat: 메타 테이블 조회
2026-07-29 17:27:27 +09:00
aca0e009bc
Merge feature/20260729-mjh: add SOL request detail tool
Deploy to OCIWP / deploy (push) Successful in 1m52s
2026-07-29 17:17:37 +09:00
df537fa77c
Merge pull request 'DEV-SRTEST' ( #2 ) from DEV-SRTEST into main
...
Deploy to OCIWP / deploy (push) Successful in 1m51s
Reviewed-on: #2
2026-07-29 17:04:40 +09:00
jade
8b4d4da0b9
Merge branch 'main' of https://git.devjun.net/kimhyungsik/ax_hub_mcp_tool into DEV-SRTEST
2026-07-29 17:02:21 +09:00
jade
c551b15378
테스트 푸쉬
2026-07-29 17:01:05 +09:00
juheelee
b448e68f45
Merge branch 'main' of https://git.devjun.net/kimhyungsik/ax_hub_mcp_tool
Deploy to OCIWP / deploy (push) Successful in 2m49s
2026-07-29 16:50:56 +09:00
juheelee
b68fbb9726
feat: 메타 통합 코드 조회
2026-07-29 16:48:28 +09:00
c6a2f82455
push TEST
Deploy to OCIWP / deploy (push) Successful in 2m16s
2026-07-29 16:08:45 +09:00
juheelee
2f5dad05df
feat: 메타 통합 코드 조회
2026-07-29 15:34:01 +09:00
ea1aea81bb
feat: add SOL request detail tool
2026-07-29 14:26:38 +09:00
jade
b0bf4a9c68
fix: use rsync to clean stale files during host volume sync
Deploy to OCIWP / deploy (push) Successful in 2m1s
2026-07-29 13:25:10 +09:00
jade
752aae4dde
fix: run gradle natively in runner to avoid isolated mount issue
Deploy to OCIWP / deploy (push) Failing after 1m50s
2026-07-29 13:22:03 +09:00
jade
5cb37cfda6
fix: mount correct app path for gradle build
Deploy to OCIWP / deploy (push) Failing after 4s
2026-07-29 13:16:31 +09:00
jade
2a4b3e68e9
fix: allow gradle build libs to be copied into docker container
Deploy to OCIWP / deploy (push) Failing after 2m3s
2026-07-29 13:03:11 +09:00
jade
ca1082f1c2
fix: rollback register to false as per user request
Deploy to OCIWP / deploy (push) Failing after 31s
2026-07-29 12:58:22 +09:00
jade
7b1d3131e6
fix: set register true for tools to fix catalog display
Deploy to OCIWP / deploy (push) Failing after 33s
2026-07-29 12:55:06 +09:00
jade
139ddbc6ca
fix: optimize dockerfile to use external gradle build
Deploy to OCIWP / deploy (push) Failing after 37s
2026-07-29 12:54:02 +09:00
jade
870ebb723f
fix: hide markdown emphasis markers in chat responses
Deploy to OCIWP / deploy (push) Successful in 6m22s
2026-07-29 11:35:22 +09:00
jade
a08a7d25df
refactor: move team member tool to smp category
Deploy to OCIWP / deploy (push) Has been cancelled
2026-07-29 11:30:52 +09:00
jade
60acc5df81
refactor: rename solgit tool to sol
Deploy to OCIWP / deploy (push) Successful in 6m23s
2026-07-29 11:23:49 +09:00
jade
f5be5b2514
refactor: remove unused team member legacy types
Deploy to OCIWP / deploy (push) Successful in 6m32s
2026-07-29 11:14:44 +09:00
jade
aae4898d18
feat: invoke Solgit MCI before returning dummy response
Deploy to OCIWP / deploy (push) Successful in 6m26s
2026-07-29 11:02:10 +09:00
jade
06b724459e
feat: add solgitReqList and get_mcp_tool_team_members tools
Deploy to OCIWP / deploy (push) Successful in 6m31s
2026-07-29 10:26:32 +09:00
jade
4133b63595
불필요 한 파일 삭제
Deploy to OCIWP / deploy (push) Successful in 6m19s
2026-07-28 14:39:50 +09:00