azure-devops-mcp

by RyanCardin15
Verified

searchCode

Efficiently search for specific code snippets across repositories in Azure DevOps using file extension, project ID, repository ID, and text filters. Streamline code discovery with targeted results.

Instructions

Search for code in repositories

Input Schema

NameRequiredDescriptionDefault
fileExtensionNoFile extension to filter by
projectIdNoID of the project
repositoryIdNoID of the repository
searchTextYesText to search for
topNoMaximum number of results to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fileExtension": { "description": "File extension to filter by", "type": "string" }, "projectId": { "description": "ID of the project", "type": "string" }, "repositoryId": { "description": "ID of the repository", "type": "string" }, "searchText": { "description": "Text to search for", "type": "string" }, "top": { "description": "Maximum number of results to return", "type": "number" } }, "required": [ "searchText" ], "type": "object" }

You must be authenticated.

Other Tools from azure-devops-mcp

Related Tools

ID: z7mxfcinp8