targetprocess-mcp-server 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -696,7 +696,7 @@ server.registerTool('create_test_plan', {
|
|
|
696
696
|
description: `Create a new test plan linked to a UserStory, Bug, or Feature. Name and Project are required by the API; Description, StartDate, and EndDate are optional.`,
|
|
697
697
|
inputSchema: {
|
|
698
698
|
title: z.string()
|
|
699
|
-
.describe('Test plan title — use the linked card name
|
|
699
|
+
.describe('Test plan title — use the linked card name'),
|
|
700
700
|
resourceId: z.string()
|
|
701
701
|
.min(5)
|
|
702
702
|
.max(6)
|