Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Codebase root path (default: Current directory) | |
| max-size | No | Max file size to index (default: 1048576 / 1MB) | |
| no-auto-index | No | Disable auto-indexing on startup (default: false) | |
| OPENAI_API_KEY | No | Enable vector search with OpenAI embeddings | |
| EMBEDDING_MODEL | No | Embedding model (default: text-embedding-3-small) | text-embedding-3-small |
| OPENAI_BASE_URL | No | Custom OpenAI-compatible endpoint | |
| EMBEDDING_DIMENSIONS | No | Custom embedding dimensions |
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 | |