rad_status
Check the status of a Radicle repository to monitor activity, changes, or synchronization. Works with the Radicle + GitHub MCP Server for unified code collaboration and management across platforms.
Instructions
Get the status of a Radicle repository.
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_statusArguments",
"type": "object"
}