Description
The ClpQueryEngine setting was updated from "native" to "clp" in PR #1168 for both client and server settings.json files, but the corresponding configuration in server_settings_json_updates within components/clp-package-utils/clp_package_utils/scripts/start_clp.py also needs to be updated for consistency.
Task
Update the server_settings_json_updates configuration in components/clp-package-utils/clp_package_utils/scripts/start_clp.py to change ClpQueryEngine from "native" to "clp".
Context
This ensures consistency across all configuration files in the codebase.
Description
The ClpQueryEngine setting was updated from "native" to "clp" in PR #1168 for both client and server settings.json files, but the corresponding configuration in
server_settings_json_updateswithincomponents/clp-package-utils/clp_package_utils/scripts/start_clp.pyalso needs to be updated for consistency.Task
Update the
server_settings_json_updatesconfiguration incomponents/clp-package-utils/clp_package_utils/scripts/start_clp.pyto changeClpQueryEnginefrom "native" to "clp".Context
This ensures consistency across all configuration files in the codebase.