discover_all_repositories
Scan a directory to list Azure DevOps repositories, resolving multi-repo ambiguity errors by identifying candidate repos.
Instructions
List every Azure DevOps repository discovered under the working directory.
Walks the working directory (or cwd) for git repositories with Azure DevOps remotes. Use this tool when another tool surfaces a multi-repo ambiguity error to enumerate the candidate repos so an end user can disambiguate.
Args: working_directory: Path to scan. Defaults to the current working directory when omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| working_directory | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |