3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-06-09 02:20:57 +00:00

include skills

This commit is contained in:
Nikolaj Bjorner 2026-06-07 14:18:21 -07:00
parent 1f5132c396
commit 59bb444694
3 changed files with 270 additions and 0 deletions

11
.github/mcp.json vendored Normal file
View file

@ -0,0 +1,11 @@
{
"mcpServers": {
"github-agentic-workflows": {
"command": "gh",
"args": [
"aw",
"mcp-server"
]
}
}
}