wolfpack-mcp 1.0.87 → 1.0.88

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 +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -961,7 +961,7 @@ class WolfpackMCPServer {
961
961
  },
962
962
  leading_user_id: {
963
963
  type: ['string', 'null'],
964
- description: "User ID to assign as leading user, or null to unassign. Agents may not assign work to themselves — that is the product owner's decision.",
964
+ description: "User ID to assign as leading user, or null to unassign. Agents may not assign work to themselves — that is the Delivery Lead's decision.",
965
965
  },
966
966
  radar_item_id: {
967
967
  type: ['string', 'null'],
@@ -1342,7 +1342,7 @@ class WolfpackMCPServer {
1342
1342
  {
1343
1343
  name: 'create_work_item',
1344
1344
  description: 'Create a new work item in your current project (auto-selected for single-project users, or use list_projects first for multi-project). Requires mcp:work_items:create permission. ' +
1345
- 'Agents: work you file lands unassigned in the backlog, whatever status you ask for, and waits there for the product owner to approve and assign it. ' +
1345
+ 'Agents: work you file lands unassigned in the backlog, whatever status you ask for, and waits there for the Delivery Lead to approve and assign it. ' +
1346
1346
  CONTENT_LINKING_HELP,
1347
1347
  inputSchema: {
1348
1348
  type: 'object',
@@ -1382,7 +1382,7 @@ class WolfpackMCPServer {
1382
1382
  },
1383
1383
  leading_user_id: {
1384
1384
  type: 'string',
1385
- description: "User ID to assign as leading user. Agents may not assign work to themselves — that is the product owner's decision.",
1385
+ description: "User ID to assign as leading user. Agents may not assign work to themselves — that is the Delivery Lead's decision.",
1386
1386
  },
1387
1387
  category_id: {
1388
1388
  type: 'string',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wolfpack-mcp",
3
- "version": "1.0.87",
3
+ "version": "1.0.88",
4
4
  "description": "MCP server for Wolfpack AI-enhanced software delivery tools",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",