Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP+SSE Deprecation Notice

The HTTP+SSE transport for the Atlassian Rovo MCP Server at https://mcp.atlassian.com/v1/sse is deprecated and will remain available for backward compatibility until 30 June 2026. New and existing integrations should use the Streamable HTTP transport at https://mcp.atlassian.com/v1/mcp instead.

Why we’re deprecating HTTP+SSE

We’re deprecating HTTP+SSE transport in favor of Streamable HTTP due to reliability limitations and to align with the MCP specification.

Fragile during network drops; SSE sessions are harder to recover cleanly (e.g., “No connection established for request ID”, “SSE error: Non-200 status code”).

Protocol alignment: the MCP specification prioritises Streamable HTTP. HTTP+SSE remains only for backward compatibility and won’t see future improvements.

How to migrate

Note: All existing access and admin controls will continue to be applicable on the new Streamable HTTP endpoint for the Atlassian Rovo MCP Server.

  1. Update your endpoint - Migrate from https://mcp.atlassian.com/v1/sse to https://mcp.atlassian.com/v1/mcp

  2. Specify the transport type (if applicable) - Different clients may have different requirements for the transport type. In your MCP client or mcp-remote config, set the transport type to Streamable HTTP.

E.g.

{
  "mcpServers": {
    "atlassian-mcp": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.atlassian.com/v1/mcp",
        "--transport",
        "http-first",
      ]
    },
  }
}
   
Have questions or need migration help? Comment below - our MCP team will be actively monitoring this thread. Thank you for helping keep our MCP integrations reliable and up to date.

2 comments

Nicola Pacini
March 12, 2026

Hi @Jemma Swaak in Visual Studio Code (with Amazon Q) you can set the MCP with http or stdio transport, I guess http is fine for this new setup, right?

Thanks!

Sunil Kunisetty
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 13, 2026

yes, http will work

Like Jemma Swaak likes this

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events