Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| DATA_DIR | No | Directory for SQLite database | ./data | 
| CACHE_DIR | No | Directory for cache files | ./cache | 
| REPOS_DIR | No | Directory for cloned repositories | ./repos | 
| HF_MODEL_NAME | No | HuggingFace model name | all-MiniLM-L6-v2 | 
| EMBEDDING_DIMENSIONS | No | Dimensions for embeddings (default: 384 for all-MiniLM-L6-v2) | 384 | 
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  | |