Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HOST | No | Server host | 0.0.0.0 |
PORT | No | Server port | 3000 |
CACHE_TTL | No | Cache TTL in seconds (1 hour) | 3600 |
LOG_LEVEL | No | Logging level (debug, info, warn, error) | info |
LOG_FORMAT | No | Log format style | simple |
CORS_ENABLED | No | Enable CORS | true |
CORS_ORIGINS | No | CORS allowed origins | * |
CACHE_ENABLED | No | Enable transcript caching | true |
MCP_TRANSPORT | No | MCP transport type (stdio, sse, http) | stdio |
CACHE_MAX_SIZE | No | Maximum number of items in cache | 1000 |
RATE_LIMIT_MAX | No | Maximum requests per rate limit window | 100 |
RATE_LIMIT_WINDOW | No | Rate limiting window in milliseconds (15 minutes) | 900000 |
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 |