Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Set the logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL) | INFO |
MCP_JIRA_CONFIG_PATH | No | Custom path to the JIRA configuration file |
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 |
---|---|
echo | Echo back the input text with optional case transformation |
create_jira_issue | Creates a new JIRA issue from Markdown description. |
update_jira_issue | Updates an existing JIRA issue. Only provided fields will be updated. |
search_jira_issues | Search for Jira issues using JQL (Jira Query Language) syntax |