Installing Sentry through the VS Code MCP registry by searching for @mcp sentry currently installs @sentry/mcp-server 0.25.0 even though the latest repo/npm version is 0.35.0.
Registry entry: https://github.com/mcp/io.github.getsentry/sentry-mcp
Findings
packages/mcp-server/package.json in this repo declares version 0.35.0 and mcpName: "io.github.getsentry/sentry-mcp".
pnpm npm view @sentry/mcp-server version reports 0.35.0.
- The GitHub MCP Registry page's embedded metadata still reports
version: "0.25.0" and package version 0.25.0, while marking the entry as latest/active.
This likely needs the MCP registry metadata for io.github.getsentry/sentry-mcp refreshed or republished so VS Code installs the current package version.
Installing Sentry through the VS Code MCP registry by searching for
@mcp sentrycurrently installs@sentry/mcp-server0.25.0 even though the latest repo/npm version is 0.35.0.Registry entry: https://github.com/mcp/io.github.getsentry/sentry-mcp
Findings
packages/mcp-server/package.jsonin this repo declares version0.35.0andmcpName: "io.github.getsentry/sentry-mcp".pnpm npm view @sentry/mcp-server versionreports0.35.0.version: "0.25.0"and package version0.25.0, while marking the entry as latest/active.This likely needs the MCP registry metadata for
io.github.getsentry/sentry-mcprefreshed or republished so VS Code installs the current package version.