Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RUST_LOG | No | Logging level configuration | codecortx_mcp=info |
| CODECORTX_CACHE_DIR | No | Cache location directory | ~/.cache/codecortx-mcp |
| CODECORTEXT_MAX_MEMORY_MB | No | Maximum memory usage in MB | 1024 |
| CODECORTEXT_EVICTION_THRESHOLD | No | Memory eviction threshold | 0.8 |
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 |
|---|---|
No tools | |