Replies: 2 comments
-
|
The The reason your inline review comment MCP tool only works with This is expected behavior, not a bug. The pattern you want is: claude_args: '--allowedTools "mcp__github__create_review_comment" "mcp__github__list_review_comments"'You can find the exact MCP tool names by checking the action logs where it lists registered MCP tools at startup. |
Beta Was this translation helpful? Give feedback.
-
|
Yes, for MCP tools that can still be required. From the current action docs:
So if your inline review comment MCP tool only works when you pass My rule of thumb would be:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
So far I could only get the claude inline review comment feature working when passing the required permission for that tool explicitly as
claude_argsusing--allowedTools mcp__github_inline_comment__create_inline_comment.However, I'm also using the
settingsinput variable for the action which is set to.claude/settings.json'(My project's claude settings).Should it still be required to pass the
allowedToolscli flag when all the required permissions are already listed insettings.json(permissions.allow)?Beta Was this translation helpful? Give feedback.
All reactions