Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port number for HTTP mode | 8080 |
| USE_HTTP | No | Set to 'true' to run in HTTP mode for testing and debugging | false |
| JIRA_EMAIL | Yes | Your Jira account email address | |
| JIRA_BASE_URL | Yes | Your Jira instance URL (e.g., https://your-domain.atlassian.net) | |
| JIRA_API_TOKEN | Yes | Your Jira API token (generate at https://id.atlassian.com/manage-profile/security/api-tokens) | |
| JIRA_PROJECT_KEY | Yes | Your Jira project key (e.g., 'TBC', 'PROJ') |
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 | |