fix: Updated the atlassian MCP server endpoint to account for future deprecation

This commit is contained in:
2026-03-12 12:49:26 -06:00
parent bdea854a9f
commit 73cbe16ec1
+1 -1
View File
@@ -16,7 +16,7 @@
}, },
"atlassian": { "atlassian": {
"command": "npx", "command": "npx",
"args": ["-y", "mcp-remote@0.1.13", "https://mcp.atlassian.com/v1/sse"] "args": ["-y", "mcp-remote@0.1.13", "https://mcp.atlassian.com/v1/mcp"]
}, },
"docker": { "docker": {
"command": "uvx", "command": "uvx",