Updating to latest agentic workflows (#2556)

* Updating to latest agentic workflows

* cleaning up tools and more explicit copilot app checks
This commit is contained in:
Aaron Powell
2026-08-07 11:19:05 +10:00
committed by GitHub
parent 3c576c96c7
commit 7b602c3370
15 changed files with 1772 additions and 1116 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"mcpServers": {
"github-agentic-workflows": {
"type": "local",
"command": "gh",
"args": [
"aw",
"mcp-server"
],
"tools": [
"compile",
"audit",
"logs",
"inspect",
"status",
"audit-diff"
]
}
}
}