annator / mcps /GitKraken /tools /git_pull.json
techprotrade's picture
Add mcps directory
31c9f7d verified
Raw
History Blame Contribute Delete
351 Bytes
{
"name": "git_pull",
"description": "Fetch from and integrate with another repository or a local branch (git pull).",
"inputSchema": {
"type": "object",
"properties": {
"directory": {
"description": "The directory to run git pull in",
"type": "string"
}
},
"required": [
"directory"
]
}
}