Skip to content

Commit b2b24d4

Browse files
committed
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 <myko@mcpmux.com> Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent 417d53d commit b2b24d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

servers/com.sentry-mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919

2020
"auth": {
21-
"type": "api_key",
21+
"type": "oauth",
2222
"instructions": "Authenticate via the Sentry MCP endpoint using your Sentry account"
2323
},
2424

0 commit comments

Comments
 (0)