rad_push
Push local repository changes to the Radicle network using this tool, designed to integrate with the Radicle + GitHub MCP Server for streamlined peer-to-peer code collaboration.
Instructions
Push changes to the Radicle network.
Args:
repository_path: Path to the repository (default: current directory)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
repository_path | No | . |
Input Schema (JSON Schema)
{
"properties": {
"repository_path": {
"default": ".",
"title": "Repository Path",
"type": "string"
}
},
"title": "rad_pushArguments",
"type": "object"
}