3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-06-25 18:10:35 +00:00
z3/.github/mcp.json
Nikolaj Bjorner ba1a05ec76 updates
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-06-22 09:12:38 -07:00

14 lines
No EOL
217 B
JSON

{
"mcpServers": {
"github-agentic-workflows": {
"command": "gh",
"args": [
"aw",
"mcp-server"
],
"env": {
"GH_AW_DISABLE_UPDATE_CHECKS": "true"
}
}
}
}