wolfpack-mcp 1.0.101 → 1.0.102

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.
@@ -1547,7 +1547,9 @@ export const TOOL_CATALOGUE = [
1547
1547
  name: 'list_team_members',
1548
1548
  permission: 'mcp:team:read',
1549
1549
  description: 'List all members in a project/team. Returns user IDs, names, usernames, roles, and whether the member is an agent. ' +
1550
- 'Use this to look up user IDs when assigning work items or issues.',
1550
+ 'Use this to look up user IDs when assigning work items or issues. ' +
1551
+ 'Agents an operator has switched off are left out, so every agent listed is one that can currently act. ' +
1552
+ 'Note the "Disabled" role is a zero-permission membership role, not an agent being switched off.',
1551
1553
  inputSchema: {
1552
1554
  type: 'object',
1553
1555
  properties: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wolfpack-mcp",
3
- "version": "1.0.101",
3
+ "version": "1.0.102",
4
4
  "description": "MCP server for Wolfpack AI-enhanced software delivery tools",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",