Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_PORT | No | The port number on which the server will run (default: 3000) | 3000 |
| JIRA_BASE_URL | Yes | The base URL for your Jira instance (e.g., https://your-domain.atlassian.net) | |
| JIRA_USERNAME | Yes | Your Jira account username (usually your email address) | |
| JIRA_API_TOKEN | Yes | Your Jira API token (can be generated at https://id.atlassian.com/manage-profile/security/api-tokens) |
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 | |