Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Optional: logging level (DEBUG, INFO, WARNING, ERROR) | INFO |
| SPLITWISE_API_KEY | Yes | Your Splitwise API key from https://secure.splitwise.com/apps | |
| SPLITWISE_GROUP_ID | Yes | Your Splitwise group ID | |
| SPLITWISE_PAYER_ID | Yes | Your Splitwise user ID (the payer) | |
| SPLITWISE_CACHE_PATH | No | Optional: custom cache database path | ./splitwise_cache.db |
| SPLITWISE_PARTNER_ID | Yes | Your partner's Splitwise user ID | |
| SPLITWISE_CONFIG_PATH | No | Optional: custom config file path |
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 | |