-
Notifications
You must be signed in to change notification settings - Fork 317
[q] chore: update @sentry/mcp-server to 0.31.0 in shared MCP workflow config #23696
Description
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: Updatedargsfrom["@sentry/mcp-server@0.29.0"]to["@sentry/mcp-server@0.31.0"]
Validation
- ✅
mcp-inspectorworkflow compiled successfully after the change
Notable changes in 0.31.0
- Device code flow authentication for sentry.io (
feat(stdio)) - New
get_profile_detailstool and improved profile schemas get_sentry_resourceexposed 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
- expires on Apr 2, 2026, 12:28 PM UTC