@wix/evalforge-evaluator 0.66.0 → 0.67.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.js CHANGED
@@ -6887,6 +6887,7 @@ async function executeWithClaudeCode(skills, scenario, options) {
6887
6887
  const startTime = /* @__PURE__ */ new Date();
6888
6888
  const allMessages = [];
6889
6889
  if (options.mcps && options.mcps.length > 0) {
6890
+ process.env.npm_config__auth = "";
6890
6891
  await writeMcpToFilesystem(options.cwd, options.mcps);
6891
6892
  const probeResults = await probeMcpServers(options.mcps);
6892
6893
  if (options.traceContext) {