From cd6791b7f2387177be2248eeb64b1d61ce5b7e0c Mon Sep 17 00:00:00 2001 From: km-anthropic Date: Thu, 28 Aug 2025 15:18:35 -0700 Subject: [PATCH] fix: add GitHub CI MCP tools to tag mode allowed list Claude was trying to use CI status tools but they weren't in the allowed list for tag mode, causing permission errors. This fix adds the CI tools so Claude can check workflow status when reviewing PRs. --- src/modes/tag/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modes/tag/index.ts b/src/modes/tag/index.ts index e36b85a..48c17a3 100644 --- a/src/modes/tag/index.ts +++ b/src/modes/tag/index.ts @@ -125,6 +125,9 @@ export const tagMode: Mode = { "Read", "Write", "mcp__github_comment__update_claude_comment", + "mcp__github_ci__get_ci_status", + "mcp__github_ci__get_workflow_run_details", + "mcp__github_ci__download_job_log", ]; // Add git commands when not using commit signing