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.
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.
Note: All existing access and admin controls will continue to be applicable on the new Streamable HTTP endpoint for the Atlassian Rovo MCP Server.
Update your endpoint - Migrate from https://mcp.atlassian.com/v1/sse to https://mcp.atlassian.com/v1/mcp
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",
]
},
}
}
Jemma Swaak
2 comments