Skip to content

Commit acae2b2

Browse files
committed
Add explicit MCP configuration
1 parent 93c77b8 commit acae2b2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/claude-message.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ jobs:
4848
assignee_trigger: "claude-bot"
4949
claude_args: |
5050
--model claude-sonnet-4-5
51-
--allowedTools "Bash(npm install),Bash(npm ci),Bash(npm run build),Bash(npm run test:*),Bash(npm run lint:*),Bash(npm run format),Bash(npm run format:check),Bash(git diff:*),WebFetch(domain:sql-on-fhir.org),WebFetch(domain:learn.microsoft.com),mcp__github_ci__get_ci_status,mcp__github_ci__get_workflow_run_details,mcp__github_ci__download_job_log"
51+
--mcp-config '{"mcpServers": {"github": {"type": "http", "url": "https://api.githubcopilot.com/mcp/", "headers": {"Authorization": "Bearer ${{ secrets.GITHUB_TOKEN }}"}}}}'
52+
--allowedTools "Bash(npm install),Bash(npm ci),Bash(npm run build),Bash(npm run test:*),Bash(npm run lint:*),Bash(npm run format),Bash(npm run format:check),Bash(git diff:*),WebFetch(domain:sql-on-fhir.org),WebFetch(domain:learn.microsoft.com),mcp__github_ci__get_ci_status,mcp__github_ci__get_workflow_run_details,mcp__github_ci__download_job_log,Edit,Write"

.github/workflows/claude-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
actions: read
4444
claude_args: |
4545
--model claude-sonnet-4-5
46-
--allowedTools "Bash(npm install),Bash(npm ci),Bash(npm run build),Bash(npm run test:*),Bash(npm run lint:*),Bash(npm run format),Bash(npm run format:check),Bash(git diff:*),WebFetch(domain:sql-on-fhir.org),WebFetch(domain:learn.microsoft.com),mcp__github_ci__get_ci_status,mcp__github_ci__get_workflow_run_details,mcp__github_ci__download_job_log"
46+
--mcp-config '{"mcpServers": {"github": {"type": "http", "url": "https://api.githubcopilot.com/mcp/", "headers": {"Authorization": "Bearer ${{ secrets.GITHUB_TOKEN }}"}}}}'
47+
--allowedTools "Bash(npm install),Bash(npm ci),Bash(npm run build),Bash(npm run test:*),Bash(npm run lint:*),Bash(npm run format),Bash(npm run format:check),Bash(git diff:*),WebFetch(domain:sql-on-fhir.org),WebFetch(domain:learn.microsoft.com),mcp__github_ci__get_ci_status,mcp__github_ci__get_workflow_run_details,mcp__github_ci__download_job_log,Edit,Write"
4748
prompt: |
4849
Please review any errors or failures in the latest "Build and test" workflow run for the
4950
branch of the PR and make fixes necessary to satisfy the goals of the pull request.

0 commit comments

Comments
 (0)