@bimatrix-aud-platform/aud_mcp_server 1.1.65 → 1.1.66

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.
@@ -218,11 +218,11 @@ function buildPacket(config, scriptCode, script, params) {
218
218
  JScript: {
219
219
  Code: config.serverMode === 1 ? scriptCode : "",
220
220
  Encryped: true,
221
- Command: script
221
+ Command: config.serverMode === 1 ? "" : script
222
222
  },
223
223
  ExecuteInfo: {
224
- ReportCode: "AUD_MCP_SERVER",
225
- ExecuteCode: "AUD_MCP_SERVER"
224
+ ReportCode: "",
225
+ ExecuteCode: ""
226
226
  },
227
227
  };
228
228
  return JSON.stringify(packet);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bimatrix-aud-platform/aud_mcp_server",
3
- "version": "1.1.65",
3
+ "version": "1.1.66",
4
4
  "description": "MCP Server for i-AUD MTSD document validation, generation, schema querying, control info extraction, and database operations",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",