3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-06-26 10:28:48 +00:00

update aw

This commit is contained in:
Nikolaj Bjorner 2026-06-24 14:08:45 -07:00
parent d1170d19bd
commit 6cc995afef
4 changed files with 105 additions and 57 deletions

12
.github/mcp.json vendored
View file

@ -1,14 +1,20 @@
{
"mcpServers": {
"github-agentic-workflows": {
"type": "local",
"command": "gh",
"args": [
"aw",
"mcp-server"
],
"env": {
"GH_AW_DISABLE_UPDATE_CHECKS": "true"
}
"tools": [
"compile",
"audit",
"logs",
"inspect",
"status",
"audit-diff"
]
}
}
}