Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_PORT | No | HTTP mode port | 3000 |
| JIRA_BASE_URL | Yes | JIRA server URL (e.g., https://your-jira-server.com) | |
| JIRA_PASSWORD | Yes | Your JIRA password | |
| JIRA_USERNAME | Yes | Your JIRA username | |
| BITBUCKET_REPO | Yes | Your Bitbucket repository | |
| DEFAULT_BRANCH | No | Default branch for investigation | main |
| COMPATIBLE_PORT | No | Compatible mode port | 3001 |
| JIRA_PRIORITY_ID | Yes | JIRA priority ID | |
| JIRA_PROJECT_KEY | Yes | Your JIRA project key | |
| PR_TARGET_BRANCH | No | PR target branch filter | main |
| BITBUCKET_PROJECT | Yes | Your Bitbucket project | |
| JIRA_COMPONENT_ID | Yes | JIRA component ID | |
| BITBUCKET_BASE_URL | Yes | Bitbucket server URL (e.g., https://your-bitbucket-server.com) | |
| BITBUCKET_PASSWORD | Yes | Your Bitbucket password | |
| BITBUCKET_USERNAME | Yes | Your Bitbucket username | |
| JIRA_ISSUE_TYPE_ID | Yes | JIRA issue type ID |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |