@cleocode/caamp 1.5.0 → 1.5.2

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.
@@ -735,8 +735,7 @@ function transformOpenCode(_serverName, config) {
735
735
  }
736
736
  return {
737
737
  type: "local",
738
- command: config.command,
739
- args: config.args ?? [],
738
+ command: [config.command, ...config.args ?? []],
740
739
  enabled: true,
741
740
  ...config.env ? { environment: config.env } : {}
742
741
  };
@@ -4020,4 +4019,4 @@ export {
4020
4019
  toSarif,
4021
4020
  validateSkill
4022
4021
  };
4023
- //# sourceMappingURL=chunk-G7UPJOYG.js.map
4022
+ //# sourceMappingURL=chunk-ZEXRZTQX.js.map