Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_DIR | No | Specifies the directory where log files (combined.log, error.log) will be stored. | ./logs |
LOG_LEVEL | No | Controls the verbosity of logs. Options: error, warn, info, http, verbose, debug, silly. | info |
FS_BASE_DIRECTORY | No | If set to an absolute path, all file operations performed by the server will be strictly confined within this directory and its subdirectories. This prevents the AI agent from accessing files outside the intended scope. |
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 |