From 33317ff62d62aa757c08759406504797314affcd Mon Sep 17 00:00:00 2001 From: Ray Kao Date: Wed, 4 Feb 2026 20:23:09 -0500 Subject: [PATCH] Update MCP config and Copilot workflow --- .copilot/mcp-config.json | 1 + .github/workflows/copilot.trigger-cluster-doctor.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.copilot/mcp-config.json b/.copilot/mcp-config.json index 945b2be..9390639 100644 --- a/.copilot/mcp-config.json +++ b/.copilot/mcp-config.json @@ -1,6 +1,7 @@ { "mcpServers": { "github": { + "type": "http", "url": "https://api.githubcopilot.com/mcp/", "tools": ["*"], "headers": { diff --git a/.github/workflows/copilot.trigger-cluster-doctor.yml b/.github/workflows/copilot.trigger-cluster-doctor.yml index da30316..b20bc8c 100644 --- a/.github/workflows/copilot.trigger-cluster-doctor.yml +++ b/.github/workflows/copilot.trigger-cluster-doctor.yml @@ -48,4 +48,5 @@ jobs: copilot -p "$PROMPT" \ --agent "cluster-doctor" \ + --additional-mcp-config @'.copilot/mcp-config.json' \ --allow-all-tools \ No newline at end of file