wolfpack-mcp 1.0.75 → 1.0.76

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/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1612,7 +1612,7 @@ class WolfpackMCPServer {
1612
1612
  },
1613
1613
  {
1614
1614
  name: 'delete_work_item_comment',
1615
- description: 'Delete a comment from a work item. Only the comment author can delete their own comments. ' +
1615
+ description: 'Delete a comment from a work item. The comment author or a team admin can delete a comment. ' +
1616
1616
  'Requires mcp:comments:delete permission. Use list_work_item_comments to get comment IDs.',
1617
1617
  inputSchema: {
1618
1618
  type: 'object',
@@ -1629,7 +1629,7 @@ class WolfpackMCPServer {
1629
1629
  },
1630
1630
  {
1631
1631
  name: 'delete_issue_comment',
1632
- description: 'Delete a comment from an issue. Only the comment author can delete their own comments. ' +
1632
+ description: 'Delete a comment from an issue. The comment author or a team admin can delete a comment. ' +
1633
1633
  'Requires mcp:comments:delete permission. Use list_issue_comments to get comment IDs.',
1634
1634
  inputSchema: {
1635
1635
  type: 'object',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wolfpack-mcp",
3
- "version": "1.0.75",
3
+ "version": "1.0.76",
4
4
  "description": "MCP server for Wolfpack AI-enhanced software delivery tools",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",