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
Copy file name to clipboardExpand all lines: docs/pipelines/process/runs.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,7 +229,7 @@ az pipelines runs tag delete --run-id 123 --tag YAML
229
229
230
230
You can manage pipeline runs in Copilot with the Azure DevOps MCP server. To get started, see [Enable AI assistance with Azure DevOps MCP Server](../../mcp-server/mcp-server-overview.md)
231
231
232
-
### MCP: List pipeline runs
232
+
### List pipeline runs
233
233
234
234
List the pipeline runs for a particular pipeline.
235
235
@@ -239,7 +239,7 @@ Show the three most recent runs for the fabrikamfiber pipeline.
239
239
240
240
This prompt lists the last three pipeline runs with a link to view each run.
241
241
242
-
### MCP: Show pipeline run details
242
+
### Show pipeline run details
243
243
244
244
Fetch the status of a specific build.
245
245
@@ -249,7 +249,7 @@ Show the status and details for build 12345678.9.
249
249
250
250
This prompt returns returns the status, result, start/finish time, and summary for a build.
0 commit comments