Overview
Remote ops via MCP tools/git_action.
Key Tools
- •
pull_project: Pull single. Params: git_project (dir required), repository_directory?. - •
pull_projects: Pull all in dir. Params: repository_directory?. - •
git_action: Custom (e.g., "git pull", "git push origin main").
Usage Instructions
- •Pull: Prefer dedicated; "git pull" for options.
- •Push: "git push <remote> <branch>".
- •Remote: "git remote add origin <url>".
- •Chain: Pull -> merge (branch skill) -> push.
Examples
- •Pull single:
pull_projectwith git_project="repo-dir". - •Push:
git_actionwith command="git push".
Error Handling
- •Behind: Pull first.
- •Auth: Ensure creds/SSH.