Hello Team,
We are using Atlassian Rovo Mcp tool earlier it was working , but from last Wednesday/Thursday it was not working properly or not authenticating the atlassian instance via browser .
Below is the config server we are using
mcpServers:
- name: "atlassian-rovo"
description: "Access Atlassian Jira and Confluence via Rovo MCP (npx-based, SSL verification disabled for corporate network)"
command: "npx"
args:
- "-y"
- "mcp-remote@latest"
env:
ATLASSIAN_SITE_NAME: "xxxxx"
ATLASSIAN_USER_EMAIL: "xxxxxx"
ATLASSIAN_API_TOKEN: "xxxxxx"
NODE_TLS_REJECT_UNAUTHORIZED: "0"
Can you please let me know if this right or any changes need to be done or any other mcp yaml config we need to use ?