Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DB_PATH | No | Path to SQLite database file (use :memory: for in-memory) | :memory: |
CACHE_TTL | No | Cache time-to-live in milliseconds | 3600000 |
MAX_CACHE_SIZE | No | Maximum number of cached entries | 100 |
REQUEST_TIMEOUT | No | HTTP request timeout in milliseconds | 30000 |
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 |