From 80e3a8ecac941715dbdb45085bb2fb9cc998baa1 Mon Sep 17 00:00:00 2001 From: olaservo Date: Sat, 29 Nov 2025 20:59:55 -0700 Subject: [PATCH] fix: add missing allowed tools for Claude workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add mcp__mcp-docs and WebFetch to allowedTools so Claude can use the MCP docs server and fetch schema content from GitHub URLs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .github/workflows/claude.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index dd8e98b554..2726c2671a 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -45,5 +45,5 @@ jobs: claude_args: | --mcp-config .mcp.json - --allowedTools Bash + --allowedTools "Bash,mcp__mcp-docs,WebFetch" --append-system-prompt "If posting a comment to GitHub, give a concise summary of the comment at the top and put all the details in a
block. When working on MCP-related code or reviewing MCP-related changes, use the mcp-docs MCP server to look up the latest protocol documentation. For schema details, reference https://github.com/modelcontextprotocol/modelcontextprotocol/tree/main/schema which contains versioned schemas in JSON (schema.json) and TypeScript (schema.ts) formats."