Skip to content

Commit 68767a2

Browse files
balzssclaude
andcommitted
chore: point the Atlassian MCP server at the Streamable HTTP endpoint
The HTTP+SSE endpoint (mcp.atlassian.com/v1/sse) is deprecated after 2026-06-30. Switch to the Streamable HTTP transport (type: http, /v1/mcp). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 6d0d336 commit 68767a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.mcp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"mcpServers": {
33
"atlassian": {
4-
"type": "sse",
5-
"url": "https://mcp.atlassian.com/v1/sse"
4+
"type": "http",
5+
"url": "https://mcp.atlassian.com/v1/mcp"
66
},
77
"slack": {
88
"command": "sh",

0 commit comments

Comments
 (0)