get_config_value
Retrieve a specific configuration value by its dot-notation path, with optional type information.
Instructions
[Diagnostics] Get a specific configuration value by path (dot notation)
Example usage:
{
"path": "security.maxCommandLength",
"show_type": true
}Examples:
"security.maxCommandLength"
"shells.powershell.enabled"
"ssh.strictHostKeyChecking"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Configuration path in dot notation (e.g., "security.maxCommandLength") | |
| show_type | No | Include value type information (default: true) |