Skip to content

Commit 0042074

Browse files
committed
Add AKS MCP server configuration to mcp-config.json
1 parent 0e9dae4 commit 0042074

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.copilot/mcp-config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
"headers": {
88
"Authorization": "Bearer ${GITHUB_MCP_TOKEN}"
99
}
10+
},
11+
"aks-mcp": {
12+
"type": "http",
13+
"url": "http://localhost:8080/mcp/",
14+
"tools": ["*"]
1015
}
1116
}
1217
}

0 commit comments

Comments
 (0)