Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | The logging level for the server |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| extract_code_context | Extract minimal code context from files using AST parsing |
| get_cached_context | Retrieve cached code context for a file |
| analyze_code_diff | Analyze differences between code versions and provide minimal updates |
| optimize_imports | Analyze and optimize import statements to reduce redundancy |
| get_config | Get current configuration settings |
| update_config | Update configuration settings |
| reset_config | Reset configuration to default values |