Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | No | The database host | localhost |
| DB_NAME | No | The database name | expense_tracker |
| DB_PORT | No | The database port | 5432 |
| DB_USER | No | The database user | expense_user |
| DB_PASSWORD | Yes | The database password |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_expense | - |
| read_expense | - |
| update_expense | - |
| delete_expense | - |
| list_expenses | - |
| summarize | - |
| monthly_report | - |
| top_spending_categories | - |
| daily_average | - |
| budget_alert | - |
| export_csv | - |
| health_check | - |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| categories |