Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIRA_EMAIL | Yes | Your email address for Jira authentication | |
| GITHUB_TOKEN | Yes | Your GitHub personal access token | |
| GIT_REPO_URL | Yes | The URL of your GitHub repository (e.g., https://github.com/owner/repo.git) | |
| JIRA_BASE_URL | Yes | The base URL of your Jira instance (should not end with /) | |
| JIRA_API_TOKEN | Yes | Your Jira API token | |
| GIT_DEFAULT_BRANCH | Yes | The default branch name for your Git repository | |
| GIT_REPO_LOCAL_PATH | No | Optional: Local Git repository path. If omitted, defaults to the current working directory |
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 | |