Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PGHOST | Yes | PostgreSQL database host | |
| PGPORT | No | PostgreSQL database port | 5432 |
| PGUSER | Yes | PostgreSQL database username | |
| JIRA_URL | Yes | JIRA instance URL | |
| PGDATABASE | Yes | PostgreSQL database name | |
| PGPASSWORD | Yes | PostgreSQL database password | |
| JIRA_USERNAME | Yes | JIRA username/email | |
| LOG_ENDS_ONLY | No | Only scan N bytes from the beginning and end of log files | 100000 |
| MAX_LOG_LINES | No | Maximum number of log lines to scan | 10000 |
| JIRA_API_TOKEN | Yes | JIRA API token for authentication | |
| JIRA_MAX_RESULTS | No | Maximum number of JIRA search results | 50 |
| JIRA_DEFAULT_PROJECT | No | Default JIRA project key |
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 | |