Claude code via custom github action #417
Replies: 2 comments
-
|
Put this in the allowed tools "mcp__sentry__find_organizations" |
Beta Was this translation helpful? Give feedback.
-
|
Ran into this myself. The issue is that Two options that work: Option 1: Wildcard (covers all Sentry tools at once) allowed_tools: "Bash,Read,Write,Edit,mcp__sentry__*"Option 2: List the specific tools you need allowed_tools: "Bash,Read,Write,Edit,mcp__sentry__find_organizations,mcp__sentry__get_issue_details,mcp__sentry__get_error_details"The naming convention follows One thing that tripped me up — make sure you're also including the core tools (Bash, Read, Write, Edit) in Also worth noting: if you're using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We want to run the claude code github action via our custom gh action workflow that can fix the sentry issues and raise a PR. When I'm running the worfkflow im getting
Claude requested permissions to use mcp__sentry__find_organizations, but you haven't granted it yet.Here is my pipeline
name: Sentry Auto Fix
Beta Was this translation helpful? Give feedback.
All reactions