Skip to content

Commit decb360

Browse files
olaservoclaudecliffhall
authored
fix: add missing allowed tools for Claude workflow (#3090)
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 <noreply@anthropic.com> Co-authored-by: Cliff Hall <cliff@futurescale.com>
1 parent 05f506b commit decb360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ jobs:
4545

4646
claude_args: |
4747
--mcp-config .mcp.json
48-
--allowedTools Bash
48+
--allowedTools "Bash,mcp__mcp-docs,WebFetch"
4949
--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 <details> 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."

0 commit comments

Comments
 (0)