Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Environment mode | development |
| LOG_LEVEL | No | Logging verbosity | info |
| FOUNDRY_URL | No | FoundryVTT server URL | |
| FOUNDRY_API_KEY | No | API key for authentication | |
| FOUNDRY_TIMEOUT | No | Request timeout (ms) | 10000 |
| USE_REST_MODULE | No | Whether to use the third-party REST API module | false |
| FOUNDRY_PASSWORD | No | Password (if no API key) | |
| FOUNDRY_USERNAME | No | Username (if no API key) | |
| CACHE_TTL_SECONDS | No | Cache duration | 300 |
| FOUNDRY_RETRY_ATTEMPTS | No | Retry failed requests | 3 |
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 | |