targetprocess-mcp-server 2.6.2 → 2.6.3

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/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,6 +43,7 @@ Releases
43
43
 
44
44
  Features
45
45
  - `get_feature_content` — Get a Targetprocess Feature by ID, including description, state, and progress (id)
46
+ - `get_feature_comments` — Get comments for a feature by its ID (id, optional results)
46
47
  - `get_feature_user_stories` — Get all user stories for a feature by its ID (id)
47
48
  - `get_not_covered_user_stories_in_feature` — Get user stories in a feature not yet covered by tests, includes `covered` field based on "Test Automation" custom field (id)
48
49
 
package/package.json CHANGED
@@ -27,7 +27,7 @@
27
27
  "engines": {
28
28
  "node": ">=20.x"
29
29
  },
30
- "version": "2.6.2",
30
+ "version": "2.6.3",
31
31
  "description": "MCP server for Tartget Process",
32
32
  "main": "build/index.js",
33
33
  "keywords": [