Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SMART_CODING_VERBOSE | No | Enable detailed logging | false |
| SMART_CODING_BATCH_SIZE | No | Files to process in parallel | 100 |
| SMART_CODING_CHUNK_SIZE | No | Lines of code per chunk | 15 |
| SMART_CODING_MAX_RESULTS | No | Max search results | 5 |
| SMART_CODING_MAX_FILE_SIZE | No | Max file size in bytes (1MB) | 1048576 |
| SMART_CODING_SMART_INDEXING | No | Enable smart project detection | true |
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 | |