Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_PATH | No | Path to the database file | ./data/agent_tracker.db |
| LOG_LEVEL | No | Logging level | INFO |
| DATABASE_URL | No | Database connection URL | |
| ENABLE_AUTOMATIC_METADATA | No | Collect system info automatically | true |
| MONITORING_INTERVAL_SECONDS | No | How often to run health checks (default: 300s) | 300 |
| ENABLE_BACKGROUND_MONITORING | No | Enable continuous system monitoring | true |
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 | |