Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (default: INFO) | INFO |
| MAX_DEPTH | No | Maximum directory traversal depth (default: 4) | 4 |
| PROJECT_ROOT | Yes | Default project root directory | |
| MAX_FILE_SIZE | No | Maximum file size in bytes (default: 1MB) | 1048576 |
| OPENAI_API_KEY | No | Your OpenAI API key (required for CLI agent) | |
| ALLOW_EXTERNAL_PATHS | No | Enable access to files outside project root (default: true) | true |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |