Skip to content

fix: update sentry-remote url and transport type#2983

Open
pasdam wants to merge 1 commit intodocker:mainfrom
pasdam:patch-1
Open

fix: update sentry-remote url and transport type#2983
pasdam wants to merge 1 commit intodocker:mainfrom
pasdam:patch-1

Conversation

@pasdam
Copy link
Copy Markdown

@pasdam pasdam commented Apr 25, 2026

Issue

The current config for the sentry-remote MCP server points to https://mcp.sentry.dev/sse which was deprecated in getsentry/sentry-mcp#593.

In fact when going to that URL you can see the error:

SSE transport has been removed
The SSE transport endpoint is no longer supported. Please use the HTTP transport at /mcp instead.
Screenshot 2026-04-25 at 22 39 45

As a result when running docker mcp gateway run ... I see the following error:

Can't start sentry-remote: failed to connect: missing endpoint: first event is "ping", want "endpoint"

and I wasn't able to actually connect to sentry.

Fix

I updated the URL and transport type to match what described in the official documentation.

I tested it locally, by creating a custom catalog where I added a copy of sentry-remote server with just the config updated, and it was able to connect.

Screenshot 2026-04-25 at 22 46 47

@pasdam pasdam marked this pull request as ready for review April 25, 2026 20:47
@pasdam pasdam requested a review from a team as a code owner April 25, 2026 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant