From 2cfcbcf2bc891b452e4a9ab82986cd53660dc67a Mon Sep 17 00:00:00 2001 From: Patrick Brandt Date: Fri, 2 Jan 2026 15:54:12 -0500 Subject: [PATCH] updating the atlassian MCP endpoint --- servers/atlassian/server.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servers/atlassian/server.json b/servers/atlassian/server.json index f7a8ccf..6a1dbc4 100644 --- a/servers/atlassian/server.json +++ b/servers/atlassian/server.json @@ -11,7 +11,7 @@ "command": "npx", "args": [ "mcp-remote", - "https://mcp.atlassian.com/v1/sse" + "https://mcp.atlassian.com/v1/mcp" ] } -} \ No newline at end of file +}