kimhyungsik
  • Joined on 2026-07-15
kimhyungsik pushed to main at AX-HUB/dap-was-dapmt 2026-08-04 22:22:06 +09:00
b099397623 Remove scaffolding utilities
kimhyungsik pushed to main at AX-HUB/dap-was-dapmt 2026-08-04 22:20:24 +09:00
2796b883da Fix: McpToolNameValidator to skip dap-was-lib correctly
kimhyungsik pushed to main at AX-HUB/dap-was-dapmt 2026-08-04 22:19:21 +09:00
f52d1cc8f8 Refactor: remove legacy dap-tool and gateway references
kimhyungsik pushed to main at AX-HUB/dap-was-dapmt 2026-08-04 22:13:58 +09:00
6637c90021 Refactor: rename modules to was and remove MCP gateway integration
kimhyungsik pushed to main at AX-HUB/dap-was-dapmt 2026-08-04 21:59:13 +09:00
b698c0e8f8 Initial commit
kimhyungsik created repository AX-HUB/dap-was-dapmt 2026-08-04 21:55:31 +09:00
kimhyungsik pushed to main at kimhyungsik/ax_hub_mcp_tool 2026-08-04 18:25:01 +09:00
1a70495686 feat(ui): add tool-test-console and tester dashboards
kimhyungsik pushed to main at kimhyungsik/ax_hub_mcp_tool 2026-08-04 16:46:06 +09:00
39c1f4ee12 UI: chat.html 상단 GNB 디자인을 scaffold.html과 동일하게 동기화
kimhyungsik pushed to main at kimhyungsik/ax_hub_mcp_tool 2026-08-04 16:39:26 +09:00
e858859021 feat: standardize tool names by pod domain action
kimhyungsik pushed to main at kimhyungsik/ax_hub_mcp_tool 2026-08-04 15:59:02 +09:00
a58af1606e feat: publish tool manifest endpoint
kimhyungsik pushed to main at kimhyungsik/ax_hub_mcp_tool 2026-08-04 14:42:12 +09:00
08ccc043da feat: organize tool schemas by category
kimhyungsik pushed to main at kimhyungsik/ax_hub_mcp_tool 2026-08-04 13:38:47 +09:00
4393071212 chore: log validated tool response
kimhyungsik pushed to main at kimhyungsik/ax_hub_mcp_tool 2026-08-04 13:34:28 +09:00
1bac8d9d87 feat: enrich claim search output schema
kimhyungsik pushed to main at kimhyungsik/ax_hub_mcp_tool 2026-08-04 11:25:20 +09:00
31e6fd605d feat: support MCP output schemas
kimhyungsik pushed to main at kimhyungsik/ax_hub_mcp_tool 2026-08-04 11:15:05 +09:00
15262d5a0f test: keep input schemas in tool modules
kimhyungsik pushed to main at kimhyungsik/ax_hub_mcp_tool 2026-08-04 10:50:49 +09:00
2957272cc3 feat: support explicit MCP input schemas
kimhyungsik pushed to main at kimhyungsik/ax_hub_mcp_tool 2026-08-03 17:41:13 +09:00
52f585fa45 Refactor: Remove SensitiveDataMasker and fix PaginationRequestValidator
kimhyungsik pushed to main at kimhyungsik/ax_hub_mcp_tool 2026-08-03 16:37:20 +09:00
bc86f36825 feat(scaffold): 템플릿 코드에 @McpValidation 예시 추가
kimhyungsik pushed to main at kimhyungsik/ax_hub_mcp_tool 2026-08-03 16:36:07 +09:00
55dcffa2c9 feat(schema): 고급 JSON Schema 제약조건(format, default, examples 등) 지원 및 McpFunction 수정 반영
kimhyungsik pushed to main at kimhyungsik/ax_hub_mcp_tool 2026-08-03 16:31:54 +09:00
be0314afe8 feat(schema): @McpAnyOf 어노테이션 및 JSON Schema 파싱 로직 추가