Skip to content

[q] chore: update @sentry/mcp-server to 0.31.0 in shared MCP workflow config #23696

@github-actions

Description

@github-actions

Summary

Updates the pinned @sentry/mcp-server version in .github/workflows/shared/mcp/sentry.md from 0.29.0 to 0.31.0, aligning it with the package.json dependency already updated by Dependabot in this branch.

Problem

Dependabot updated package.json to @sentry/mcp-server@0.31.0, but the shared Sentry MCP workflow configuration file still referenced the old version 0.29.0 via the npx command args. This caused a mismatch between the declared npm dependency and the version actually invoked at runtime.

Changes

  • .github/workflows/shared/mcp/sentry.md: Updated args from ["@sentry/mcp-server@0.29.0"] to ["@sentry/mcp-server@0.31.0"]

Validation

  • mcp-inspector workflow compiled successfully after the change

Notable changes in 0.31.0

  • Device code flow authentication for sentry.io (feat(stdio))
  • New get_profile_details tool and improved profile schemas
  • get_sentry_resource exposed by default
  • OAuth and token expiry fixes

Note: .lock.yml recompilation will happen automatically after merge.


Warning

Protected Files — Push Permission Denied

This was originally intended as a pull request, but the patch modifies protected files. A human must create the pull request manually.

Protected files

The push was rejected because GitHub Actions does not have workflows permission to push these changes, and is never allowed to make such changes, or other authorization being used does not have this permission.

Create the pull request manually
# Download the patch from the workflow run
gh run download 23797017548 -n agent -D /tmp/agent-23797017548

# Create a new branch
git checkout -b dependabot/npm_and_yarn/dot-github/workflows/sentry/mcp-server-0.31.0-05fbc7a7387ea586 main

# Apply the patch (--3way handles cross-repo patches)
git am --3way /tmp/agent-23797017548/aw-dependabot-npm_and_yarn-dot-github-workflows-sentry-mcp-server-0.31.0.patch

# Push the branch and create the pull request
git push origin dependabot/npm_and_yarn/dot-github/workflows/sentry/mcp-server-0.31.0-05fbc7a7387ea586
gh pr create --title '[q] chore: update `@sentry/mcp-server` to 0.31.0 in shared MCP workflow config' --base main --head dependabot/npm_and_yarn/dot-github/workflows/sentry/mcp-server-0.31.0-05fbc7a7387ea586 --repo github/gh-aw

🎩 Equipped by Q ·

  • expires on Apr 2, 2026, 12:28 PM UTC

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions