Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Set to "true" to enable detailed logging for troubleshooting | |
| CACHE_TTL | No | How long to cache results in seconds (default: 900 = 15 minutes) | |
| MEMORY_LIMIT | No | Maximum memory usage in megabytes (default: 100) | |
| WORKSPACE_ROOT | No | The root directory for all file operations. Defaults to current working directory. |
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 | |