@justanothermldude/mcp-exec 1.3.5 → 1.3.6

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1549,7 +1549,7 @@ __name(createMcpExecServer, "createMcpExecServer");
1549
1549
  // dist/index.js
1550
1550
  import { ServerPool, createConnection, getServerConfig as getServerConfig2, loadServerManifest as loadServerManifest2, cleanupOrphanedProcesses } from "@justanothermldude/meta-mcp-core";
1551
1551
  var APP_NAME = "mcp-exec";
1552
- var VERSION2 = "1.3.4";
1552
+ var VERSION2 = "1.3.6";
1553
1553
  var defaultExecutor = null;
1554
1554
  function getDefaultExecutor() {
1555
1555
  if (!defaultExecutor) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justanothermldude/mcp-exec",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "MCP execution utilities for sandboxed code execution with OS-level isolation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",