You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Summary
Updates the pinned
@sentry/mcp-serverversion in.github/workflows/shared/mcp/sentry.mdfrom0.29.0to0.31.0, aligning it with thepackage.jsondependency already updated by Dependabot in this branch.Problem
Dependabot updated
package.jsonto@sentry/mcp-server@0.31.0, but the shared Sentry MCP workflow configuration file still referenced the old version0.29.0via thenpxcommand 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 changeNotable changes in 0.31.0
feat(stdio))get_profile_detailstool and improved profile schemasget_sentry_resourceexposed by defaultNote:
.lock.ymlrecompilation 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
workflowspermission 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