fix: remove mcp for claude/claude code review (#1861)

This commit is contained in:
Tom Alexander 2026-03-06 10:42:36 -05:00 committed by GitHub
parent 1a36ba5d35
commit 6e4660f834
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -36,6 +36,9 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0
- name: Remove project MCP config (not available in CI)
run: rm -f .mcp.json
- name: Run Claude Code Review
id: claude-review
uses: anthropics/claude-code-action@v1.0.66

View file

@ -43,6 +43,9 @@ jobs:
- name: Build dependencies
run: make ci-build
- name: Remove project MCP config (not needed in CI)
run: rm -f .mcp.json
- name: Run Claude Code
id: claude
uses: anthropics/claude-code-action@v1