优化map错误提示

--AgentMcpAccessPointServiceImpl.java 优化提示
This commit is contained in:
JianYu Zheng
2025-07-15 15:44:43 +08:00
parent 2e719e2ccc
commit 4afa29554f
@@ -178,7 +178,7 @@ public class AgentMcpAccessPointServiceImpl implements AgentMcpAccessPointServic
}
} catch (Exception e) {
log.error("获取智能体 MCP 工具列表失败,智能体ID: {}", id, e);
log.error("获取智能体 MCP 工具列表失败,智能体ID: {},错误原因:{}", id, e.getMessage());
return List.of();
}
}