Skip to content

Commit 8fe2605

Browse files
authored
Explicity instructions for expected result format
1 parent 4345602 commit 8fe2605

File tree

2 files changed

+401
-1
lines changed

2 files changed

+401
-1
lines changed

src/tools/testplans.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function configureTestPlanTools(server: McpServer, tokenProvider: () => Promise<
115115
{
116116
project: z.string().describe("The unique identifier (ID or name) of the Azure DevOps project."),
117117
title: z.string().describe("The title of the test case."),
118-
steps: z.string().optional().describe("The steps to reproduce the test case. Make sure to format each step as '1. Step one|Expected result one\n2. Step two|Expected result two"),
118+
steps: z.string().optional().describe("The steps to reproduce the test case. Make sure to format each step as '1. Step one|Expected result one\n2. Step two|Expected result two. USE '|' as the delimiter between step and expected result. DO NOT use '|' in the description of the step or expected result."),
119119
priority: z.number().optional().describe("The priority of the test case."),
120120
areaPath: z.string().optional().describe("The area path for the test case."),
121121
iterationPath: z.string().optional().describe("The iteration path for the test case."),

0 commit comments

Comments
 (0)