@bimatrix-aud-platform/aud_mcp_server 1.1.63 → 1.1.64

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.
@@ -215,7 +215,7 @@ function buildPacket(config, scriptCode, script, params) {
215
215
  DataTables: []
216
216
  },
217
217
  JScript: {
218
- Code: scriptCode, //"",//scriptCode,
218
+ Code: "", //scriptCode,
219
219
  Encryped: true,
220
220
  Command: script
221
221
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bimatrix-aud-platform/aud_mcp_server",
3
- "version": "1.1.63",
3
+ "version": "1.1.64",
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",