You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Retrieve a list of repositories for a given project",
139
152
{
140
-
project: z.string().describe("The name or ID of the Azure DevOps project."),
153
+
project: z.string().describe("The name or ID of the Azure DevOps project."),
154
+
repoNameFilter: z.string().optional().describe("Optional filter to search for repositories by name. If provided, only repositories with names containing this string will be returned."),
0 commit comments