azure-devops-mcp

by RyanCardin15
Verified

getTestGapAnalysis

Identify gaps in test coverage

Input Schema

NameRequiredDescriptionDefault
areaPathNoArea path to analyze
codeChangesOnlyNoOnly analyze recent code changes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "areaPath": { "description": "Area path to analyze", "type": "string" }, "codeChangesOnly": { "description": "Only analyze recent code changes", "type": "boolean" } }, "type": "object" }

You must be authenticated.

Other Tools