azure-devops-mcp

by RyanCardin15
Verified

searchCode

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