@bimatrix-aud-platform/aud_mcp_server 1.1.10 → 1.1.11

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.
@@ -203,6 +203,7 @@ function buildPacket(config, scriptCode, script, params) {
203
203
  AuthInfo: { UserCode: config.userName },
204
204
  ParamSet: [
205
205
  { Key: "#CALLER#", Value: "AUD_MCP_SERVER" },
206
+ { Key: "#CLASS_NAME#", Value: "com.matrix.script.BizScript" },
206
207
  ...params,
207
208
  ],
208
209
  DataSet: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bimatrix-aud-platform/aud_mcp_server",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "MCP Server for i-AUD MTSD document validation and generation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",