configure
Customize server settings by specifying a YAML config file, enabling parse tree caching, setting maximum file size, and adjusting log level for optimized code analysis using tree-sitter.
Instructions
Configure the server.
Args:
config_path: Path to YAML config file
cache_enabled: Whether to enable parse tree caching
max_file_size_mb: Maximum file size in MB
log_level: Logging level (DEBUG, INFO, WARNING, ERROR)
Returns:
Current configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cache_enabled | No | ||
| config_path | No | ||
| log_level | No | ||
| max_file_size_mb | No |