annator / mcps /GitKraken /tools /git_fetch.json
techprotrade's picture
Add mcps directory
31c9f7d verified
Raw
History Blame Contribute Delete
337 Bytes
{
"name": "git_fetch",
"description": "Download objects and refs from another repository (git fetch).",
"inputSchema": {
"type": "object",
"properties": {
"directory": {
"description": "The directory to run git fetch in",
"type": "string"
}
},
"required": [
"directory"
]
}
}