get-repositories
Retrieve repositories from an Azure DevOps project with optional links using the DevOps Enhanced MCP server. Automatically adapts to authentication context for multi-organization integration.
Instructions
Get repositories from Azure DevOps project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeLinks | No | Include repository links in response |
Input Schema (JSON Schema)
{
"properties": {
"includeLinks": {
"description": "Include repository links in response",
"type": "boolean"
}
},
"type": "object"
}