[Bug]: Connection Error in mcp-atlassian when Attempting to Access Jira Functions #383
Closed
2 tasks done
Labels
bug
Something isn't working
Prerequisites
Bug Description
The mcp-atlassian service is returning "Context is not available outside of a request" error when trying to access Jira functionality. This prevents issues from being properly queried through the interface.
Steps to Reproduce
Expected Behavior
The system should return the list of open Jira issues as requested by the query, displaying details such as title, status, priority, and assignee.
Actual Behavior
mcp-atlassian Version
0.10.2
Installation Method
From PyPI (pip install mcp-atlassian / uv add mcp-atlassian)
Operating System
macOS
Python Version
3.13.3
Atlassian Instance Type
Jira Cloud
Client Application
Claude Desktop
Additional Context
This error appears to indicate a context initialization problem in the mcp-atlassian service. It's possibly related to an authentication failure or initial configuration issue that prevents establishing the necessary context for API calls.
The text was updated successfully, but these errors were encountered: