Skip to content

Commit 4835b73

Browse files
olaservoclaude
andcommitted
Fix allowedTools config to include mcp-docs MCP server tools
Add mcp__mcp-docs to allowedTools so Claude can actually use the MCP documentation server when reviewing MCP-related code. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 232f244 commit 4835b73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/claude.yml

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

8282
claude_args: |
8383
--mcp-config .mcp.json
84-
--allowedTools Bash
84+
--allowedTools "Bash,mcp__mcp-docs"
8585
--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)