Skip to content

Commit 1328a4d

Browse files
committed
Remove MCP prefix
1 parent c3ca45a commit 1328a4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pipelines/process/runs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ az pipelines runs tag delete --run-id 123 --tag YAML
229229

230230
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)
231231

232-
### MCP: List pipeline runs
232+
### List pipeline runs
233233

234234
List the pipeline runs for a particular pipeline.
235235

@@ -239,7 +239,7 @@ Show the three most recent runs for the fabrikamfiber pipeline.
239239

240240
This prompt lists the last three pipeline runs with a link to view each run.
241241

242-
### MCP: Show pipeline run details
242+
### Show pipeline run details
243243

244244
Fetch the status of a specific build.
245245

@@ -249,7 +249,7 @@ Show the status and details for build 12345678.9.
249249

250250
This prompt returns returns the status, result, start/finish time, and summary for a build.
251251

252-
### MCP: Start a new pipeline run
252+
### Start a new pipeline run
253253

254254
Begin a new run of a pipeline.
255255

0 commit comments

Comments
 (0)