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.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. 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 with a prefix (e.g. "Test Plan: User story title")'),
699
+ .describe('Test plan title — use the linked card name'),
700
700
  resourceId: z.string()
701
701
  .min(5)
702
702
  .max(6)
package/package.json CHANGED
@@ -25,7 +25,7 @@
25
25
  "engines": {
26
26
  "node": ">=20.x"
27
27
  },
28
- "version": "2.0.1",
28
+ "version": "2.0.2",
29
29
  "description": "MCP server for Tartget Process",
30
30
  "main": "build/index.js",
31
31
  "keywords": [