Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BUNQ_CLIENT_ID | Yes | OAuth client ID created in the Bunq app | |
| IS_DEVELOPMENT | No | When set to 1 the public/private key pair in this repo is used. | 1 |
| BUNQ_CLIENT_SECRET | Yes | OAuth client secret created in the Bunq app | |
| COOKIE_ENCRYPTION_KEY | Yes | Random string used for cookie encryption |
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 | |