@mcp-consultant-tools/powerplatform-data 32.0.0-beta.2 → 32.0.0-beta.4

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.
@@ -1,7 +1,7 @@
1
1
  import { z } from 'zod';
2
2
  const TOOL_DESCRIPTION = `Set the audit engagement context for subsequent MCP tool calls against this client environment. Audit-on environments (\`MCP_AUDIT_LEVEL=lean\` or \`full\`) require this to be set before any data-access tool calls.
3
3
 
4
- Pass \`workItemIds\` as an array of ADO work item identifiers. Where focus is clear (one specific item), pass a single-element array \`["RTPI-12345"]\`. Where work spans related items (a user story plus its sub-tasks, or several overlapping bugs you're trying to disambiguate between), list all related items — accurately reflecting ambiguity is forensically better than picking one arbitrarily.
4
+ Pass \`workItemIds\` as an array of ADO work item identifiers. Where focus is clear (one specific item), pass a single-element array \`["Acme-12345"]\`. Where work spans related items (a user story plus its sub-tasks, or several overlapping bugs you're trying to disambiguate between), list all related items — accurately reflecting ambiguity is forensically better than picking one arbitrarily.
5
5
 
6
6
  If no ADO work item exists yet, strongly recommend to the user that they create a placeholder one (free-text body is fine — the ID matters; can be closed or converted to a user story / bug later if anything emerges from this work). Pass \`["exploration"]\` only as a last resort for genuine pre-ticket investigation; this is allowed but is challenged by compliance review post-hoc.
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcp-consultant-tools/powerplatform-data",
3
- "version": "32.0.0-beta.2",
3
+ "version": "32.0.0-beta.4",
4
4
  "description": "MCP server for PowerPlatform data CRUD operations (operational use)",
5
5
  "type": "module",
6
6
  "main": "./build/index.js",
@@ -40,8 +40,8 @@
40
40
  "node": ">=16.0.0"
41
41
  },
42
42
  "dependencies": {
43
- "@mcp-consultant-tools/core": "32.0.0-beta.2",
44
- "@mcp-consultant-tools/powerplatform-core": "32.0.0-beta.2",
43
+ "@mcp-consultant-tools/core": "32.0.0-beta.4",
44
+ "@mcp-consultant-tools/powerplatform-core": "32.0.0-beta.4",
45
45
  "@modelcontextprotocol/sdk": "^1.0.4",
46
46
  "commander": "^14.0.3",
47
47
  "express": "^4.21.2",