@inkeep/agents-core 0.6.4 → 0.6.5

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/dist/index.js CHANGED
@@ -6396,7 +6396,7 @@ var McpClient = class {
6396
6396
  if (!activeTools) return;
6397
6397
  for (const item of activeTools) {
6398
6398
  if (tools2.includes(item)) continue;
6399
- throw new Error(`[Tools] Tool ${item} not found in tools`);
6399
+ console.warn(`[Tools] Tool ${item} not found in tools`);
6400
6400
  }
6401
6401
  }
6402
6402
  async selectTools() {