feat: enrich claim search output schema
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m53s

This commit is contained in:
jade
2026-08-04 13:34:02 +09:00
parent 31e6fd605d
commit 1bac8d9d87
6 changed files with 184 additions and 26 deletions

View File

@@ -212,6 +212,7 @@ public class BusinessToolController {
long elapsed = System.currentTimeMillis() - startTime;
// 5. 결과 반환 (순수 REST 응답)
log.info("[Tool -> MCP Gateway] 동적 툴 Output Schema: {}", outputSchema);
try {
log.info("[Tool -> MCP Gateway] 동적 툴 실행 결과 반환: {}", objectMapper.writeValueAsString(methodResult));
} catch (Exception e) {