set_runtime_config
Persists the local Python or Conda runtime configuration used to start the server, without storing any SSH passwords or secrets.
Instructions
Persist the local Python or Conda runtime used to start server.py. This stores no SSH passwords or secrets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| conda_env | No | Conda environment name when mode=conda. | |
| python_path | No | Python executable path when mode=python. | |
| conda_executable | No | Conda executable path or name when mode=conda. Defaults to conda. |