I am trying to establish a connection between the ServiceNow MCP client and the JIRA Cloud MCP Servicer via OAuth/API Key.
OAuth connection testing is itself successful from ServiceNow to Jira; however, when I am using that OAuth with https://mcp.atlassian.com/v1/sse, I am returning with 401..
Response Body: {"error":"invalid_token","error_description":"Missing or invalid access token"}
Can someone help here?