| { | |
| "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" | |
| ] | |
| } | |
| } |