annator / mcps /GitKraken /tools /gitlens_launchpad.json
techprotrade's picture
Add mcps directory
31c9f7d verified
Raw
History Blame Contribute Delete
499 Bytes
{
"name": "gitlens_launchpad",
"description": " Gitlens Launchpad. Gets your open pull requests prioritized by what needs attention: ready to merge, has conflicts, awaiting review, etc. Helpful for checking todos, outstanding tasks, or deciding what to work on next.",
"inputSchema": {
"type": "object",
"properties": {
"directory": {
"description": "Path of the working directory.",
"type": "string"
}
},
"required": [
"directory"
]
}
}