Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port number the server will listen on. Optional, defaults to 3000 | 3000 |
| JIRA_HOST | Yes | Your Jira domain, for example, your-domain.atlassian.net | |
| POOL_SIZE | No | Connection pool size. Optional, defaults to 10 | 10 |
| JIRA_EMAIL | Yes | Your email address associated with Jira | |
| JIRA_API_TOKEN | Yes | Your Jira API token |
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 | |