From b2b24d488e6d3f94676ef6b2eb7b6c780e456ad6 Mon Sep 17 00:00:00 2001 From: Mohammod Al Amin Ashik Date: Mon, 16 Feb 2026 17:24:29 +0800 Subject: [PATCH] fix: correct Sentry server auth type from api_key to oauth The Sentry MCP server uses OAuth authentication, not API key. This caused the desktop app to skip showing the Connect button. Signed-off-by: Myko Signed-off-by: Mohammod Al Amin Ashik --- servers/com.sentry-mcp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/com.sentry-mcp.json b/servers/com.sentry-mcp.json index b93bed1..d3f04f3 100644 --- a/servers/com.sentry-mcp.json +++ b/servers/com.sentry-mcp.json @@ -18,7 +18,7 @@ }, "auth": { - "type": "api_key", + "type": "oauth", "instructions": "Authenticate via the Sentry MCP endpoint using your Sentry account" },