Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
INTELLIDIFF_MAX_DEPTH | No | Maximum directory recursion depth | 10 |
INTELLIDIFF_CHUNK_SIZE | No | File reading chunk size (default: 64KB) | 65536 |
INTELLIDIFF_MAX_TEXT_SIZE | No | Maximum size for text file comparison (default: 10MB) | 10485760 |
INTELLIDIFF_MAX_BINARY_SIZE | No | Maximum size for binary file CRC32 (default: 1GB) | 1073741824 |
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 |