annator / mcps /GitKraken /tools /git_push.json
techprotrade's picture
Add mcps directory
31c9f7d verified
Raw
History Blame Contribute Delete
333 Bytes
{
"name": "git_push",
"description": "Update remote refs along with associated objects (git push).",
"inputSchema": {
"type": "object",
"properties": {
"directory": {
"description": "The directory to run git push in",
"type": "string"
}
},
"required": [
"directory"
]
}
}