apply_settings
Update server configuration with a provided settings dictionary to modify server behavior.
Instructions
Modify server configuration dynamically.
Args: settings: Dictionary containing server settings to modify
Returns: dict: API response with success/error and result - Success: {"success": True, "result": str} - result contains confirmation message - Error: {"success": False, "error": str} - error contains error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| settings | Yes | Settings dictionary to apply to the server |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||