annator / mcps /GitKraken /tools /git_resolve.json
techprotrade's picture
Add mcps directory
31c9f7d verified
Raw
History Blame Contribute Delete
501 Bytes
{
"name": "git_resolve",
"description": " Show the conflict resolution UI for a repository, will open a UI if client supports it.",
"inputSchema": {
"type": "object",
"properties": {
"directory": {
"description": "Path of the working directory.",
"type": "string"
},
"instructions": {
"description": "Optional guidance for the AI conflict resolution flow.",
"type": "string"
}
},
"required": [
"directory"
]
}
}