jade
abd4798cbc
feat: 이식 완료 - MCP Gateway 응답 구조화, 가드레일, 통신 계층 추상화 적용
2026-07-14 21:15:26 +09:00
jade
c3d8818dfd
feat(mcp): upgrade gateway MCP server protocol to SSE for natural language agent integration
2026-07-14 17:58:07 +09:00
jade
f359772782
Fix: ObjectNode 직렬화 시 getter 속성 노출 오류 수정
2026-07-14 17:31:55 +09:00
jade
dff080f55e
Feat: Large Payload 분할 전송 기능 이식 및 통합 테스트 완료
2026-07-14 17:15:41 +09:00
jade
fb50be68b3
fix: clean up fully qualified java.util imports
2026-07-14 16:58:08 +09:00
jade
cdd61393fe
feat: refactor imports in ExecuteService and MCP Gateway items
2026-07-14 16:56:18 +09:00
jade
1eddc1eb36
feat: MCP Gateway Guardrail, AuditLog, CircuitBreaker 포팅 완료
2026-07-14 16:46:22 +09:00
jade
9f04151f72
fix: Restore REST API endpoints for Admin UI backward compatibility
2026-07-14 16:00:00 +09:00
jade
0308926116
refactor: Migrate MCP Gateway to Spring AI MCP Server
2026-07-14 15:39:55 +09:00
jade
698a08ef77
style: fix inline FQCNs to proper imports to comply with team rules
2026-07-14 10:18:20 +09:00
jade
97a054da82
fix: resolve MCI_STRING routing issue and add fast fail timeout for router
2026-07-14 09:56:21 +09:00
jade
1addc86854
refactor: extract MCI Mock server to WireMock container
2026-07-13 23:56:55 +09:00
jade
d23768dfa1
feat: Add categoryKey filtering support to /tools/list API
2026-07-13 22:21:24 +09:00
jade
ce4f5ca802
refactor: extract inline fully qualified class names to imports
2026-07-13 16:54:08 +09:00
jade
7e591e8421
style: remove all emojis from source code as per user rule
2026-07-13 16:15:17 +09:00
jade
da314fbe65
feat: SearchHr 툴 추가 및 categoryKey 버그 핫픽스 적용
2026-07-13 11:45:05 +09:00
jade
71c8afef33
fix: Developer Portal 스캐폴딩 시 빈 문자열 입력에 대한 기본값 처리 로직 보완
2026-07-13 09:37:17 +09:00
jade
1b9d6ef57d
feat: Premium Dark Theme UI redesign for all admin pages
...
- index.html: Complete redesign with deep zinc-950 background, card-based dashboard, neon blue accents
- catalog.html: Full rewrite with dark theme, styled parameter tables with visible borders, tool cards
- playground.html: Full rewrite with dark theme, visible input fields, gradient Execute button with glow effect
- scaffold.html: CSS variables updated to dark theme (zinc-900 backgrounds, zinc-100 text, blue accents)
- ScaffoldingController.java: Added listModules API for dynamic module dropdown
2026-07-12 15:30:06 +09:00
jade
588a783568
refactor: sync ToolMetadata and HTML scaffolding UI with new @McpFunction attributes (subToolName->name, name->displayName)
2026-07-11 01:20:27 +09:00
jade
d4232e6d7f
refactor: rename McpFunction attributes (subToolName -> name, parameterSchema -> inputSchema) and remove hardcoded API key
2026-07-11 01:13:20 +09:00
jade
b9aa8e0169
refactor: apply new Naming standard (uid, categoryKey, subToolName) across modules
2026-07-11 00:37:29 +09:00
jade
b5830c0a46
refactor: remove redundant manual getters and setters in ToolMetadata
2026-07-10 13:12:14 +09:00
jade
749d942049
feat: add requiresApproval flag to support HITL workflows
2026-07-10 11:44:38 +09:00
jade
67b83ff356
feat: Tool metadata register flag and dynamic source updater UI
2026-07-09 23:58:42 +09:00
jade
49585082b3
feat: Show unregistered tools and add UI filtering
2026-07-09 23:28:22 +09:00
jade
9af1581da3
feat: Add Developer Portal Web UI for scaffolding to Gateway
2026-07-09 23:04:37 +09:00
jade
8f1444bf0d
fix(core, gateway): route unknown tools to tool-other and match baseName for hidden tools
2026-07-09 11:48:47 +09:00
jade
4d56e63283
refactor: rename controller packages to presentation to comply with standard guidelines
2026-07-09 09:46:37 +09:00
jade
5e4f88ea41
docs: Add standard Javadoc comments to all Java source files
2026-07-09 09:11:46 +09:00
jade
8db282037b
feat: Add property-based fallback routing for unregistered tools
2026-07-08 16:32:23 +09:00
jade
056447075c
feat: Separate tool routing (register) from UI visibility (visible)
2026-07-08 16:19:37 +09:00
jade
2b432c701a
feat: Support manual execution of hidden tools via fallback routing
2026-07-08 16:09:45 +09:00
jade
18b5b356ca
feat: Implement native HTTP/2 Mock Server in Gateway
2026-07-08 14:49:00 +09:00
jade
0fd943e0ed
refactor: Standardize non-controller DTOs with lombok annotations
2026-07-08 13:37:20 +09:00
jade
32f5f19b1f
샘플 소스 수정
2026-07-08 11:00:56 +09:00
jade
65367b24cb
feat: Add Tool Docs Generator API for markdown catalog
2026-07-07 10:20:27 +09:00
jade
0e519f1643
Refactor: Use import for MediaType instead of fully qualified class name in ExecuteService
2026-07-06 17:15:52 +09:00
jade
07a0c36561
Feat: Add AI to MCP Gateway request/response logging
2026-07-06 12:39:11 +09:00
jade
40c163828e
Refactor: GatewayLoggingAspect를 axhub-gateway 모듈로 이동 및 포인트컷 최적화
2026-07-06 09:59:45 +09:00
jade
bfe06d228e
Implement Auto-Registration and Heartbeat mechanism
2026-07-05 18:58:43 +09:00
jade
1f9b7cdd3d
Replace RestTemplate with RestClient and add localhost fallback
2026-07-05 18:43:10 +09:00
jade
ba88743e94
Fix redis tool TTL expiry for local testing
2026-07-05 18:06:16 +09:00
jade
4c718d38f1
Fix tools/call routing and dependency injection for MSA architecture
2026-07-05 18:01:39 +09:00
jade
10f3f0513d
feat: Refactor monolith to microservices architecture
2026-07-05 17:27:44 +09:00