@mondaydotcomorg/atp-server 0.19.16 → 0.19.17

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
@@ -10330,6 +10330,9 @@ var ExplorerService = class {
10330
10330
  context.allowedTypes.add(group.type);
10331
10331
  }
10332
10332
  context.allowedGroups.add(group.name);
10333
+ }
10334
+ for (const group of this.apiGroups) {
10335
+ if (!context.allowedGroups.has(group.name)) continue;
10333
10336
  if (group.functions) {
10334
10337
  for (const func of group.functions) {
10335
10338
  context.allowedTools.add(`${group.name}:${func.name}`);