clone_repo
Fetch a remote git repository to a temporary directory and search its documentation. Supports authentication for private repos.
Instructions
Fetches a remote git repository to a temporary directory and finds documentation. Supports authentication for private repos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoUrl | Yes | The URL of the git repository (e.g., https://github.com/user/repo.git). | |
| branch | No | Optional. Specific branch to explore. | |
| tag | No | Optional. Specific tag or version to explore. Overrides branch. | |
| authToken | No | Optional. Authentication token for private repositories. | |
| sshKeyPath | No | Optional. Path to SSH private key. | |
| localProjectPath | No | Optional. Local project path for workspace. |