m9k_config
View current plugin configuration or update it with a key-value pair. Changes save to config.json and take effect on server restart.
Instructions
View or update plugin configuration. Changes are saved to ~/.melchizedek/config.json and take effect on next server restart. Without arguments, returns current config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Config key to update (e.g. 'rerankerEnabled') | |
| value | No | New value (JSON-encoded: 'false', '15', '"node-llama-cpp"') |