Skip to content

Commit 33317ff

Browse files
committed
Update MCP config and Copilot workflow
1 parent a1ac3e3 commit 33317ff

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.copilot/mcp-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"mcpServers": {
33
"github": {
4+
"type": "http",
45
"url": "https://api.githubcopilot.com/mcp/",
56
"tools": ["*"],
67
"headers": {

.github/workflows/copilot.trigger-cluster-doctor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ jobs:
4848
4949
copilot -p "$PROMPT" \
5050
--agent "cluster-doctor" \
51+
--additional-mcp-config @'.copilot/mcp-config.json' \
5152
--allow-all-tools

0 commit comments

Comments
 (0)