Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Bind address (used in HTTP mode) | 127.0.0.1 |
| PORT | No | HTTP server port (used in HTTP mode) | 3000 |
| LOG_LEVEL | No | Logging level (e.g., info, debug, error) | info |
| ALLOWED_ORIGINS | No | Comma-separated list of allowed origins for CORS | localhost |
| ANKI_CONNECT_URL | No | AnkiConnect URL | http://localhost:8765 |
| ANKI_CONNECT_API_KEY | No | API key if configured in AnkiConnect | |
| ANKI_CONNECT_TIMEOUT | No | Request timeout in ms | 5000 |
| ANKI_CONNECT_API_VERSION | No | API version for AnkiConnect | 6 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |