chore: log validated tool response
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m54s
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m54s
This commit is contained in:
@@ -212,11 +212,10 @@ public class BusinessToolController {
|
|||||||
long elapsed = System.currentTimeMillis() - startTime;
|
long elapsed = System.currentTimeMillis() - startTime;
|
||||||
|
|
||||||
// 5. 결과 반환 (순수 REST 응답)
|
// 5. 결과 반환 (순수 REST 응답)
|
||||||
log.info("[Tool -> MCP Gateway] 동적 툴 Output Schema: {}", outputSchema);
|
|
||||||
try {
|
try {
|
||||||
log.info("[Tool -> MCP Gateway] 동적 툴 실행 결과 반환: {}", objectMapper.writeValueAsString(methodResult));
|
log.info("[Tool -> MCP Gateway] Output Schema Result: {}", objectMapper.writeValueAsString(methodResult));
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.info("[Tool -> MCP Gateway] 동적 툴 실행 결과 반환: {}", methodResult);
|
log.info("[Tool -> MCP Gateway] Output Schema Result: {}", methodResult);
|
||||||
}
|
}
|
||||||
|
|
||||||
log.info(" [Tool] OUT - trace-id: {}, request-id: {}", traceId, requestId);
|
log.info(" [Tool] OUT - trace-id: {}, request-id: {}", traceId, requestId);
|
||||||
|
|||||||
Reference in New Issue
Block a user