3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-06-26 18:38:47 +00:00
z3/.github/mcp.json
Nikolaj Bjorner 6cc995afef update aw
2026-06-24 14:08:45 -07:00

20 lines
No EOL
306 B
JSON

{
"mcpServers": {
"github-agentic-workflows": {
"type": "local",
"command": "gh",
"args": [
"aw",
"mcp-server"
],
"tools": [
"compile",
"audit",
"logs",
"inspect",
"status",
"audit-diff"
]
}
}
}