@bimatrix-aud-platform/aud_mcp_server 1.1.50 → 1.1.52
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.
|
@@ -217,6 +217,10 @@ function buildPacket(config, scriptCode, script, params) {
|
|
|
217
217
|
Encryped: true,
|
|
218
218
|
Command: script
|
|
219
219
|
},
|
|
220
|
+
ExecuteInfo: {
|
|
221
|
+
ReportCode: "AUD_MCP_SERVER",
|
|
222
|
+
ExecuteCode: "AUD_MCP_SERVER"
|
|
223
|
+
},
|
|
220
224
|
};
|
|
221
225
|
return JSON.stringify(packet);
|
|
222
226
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bimatrix-aud-platform/aud_mcp_server",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.52",
|
|
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",
|