@justanothermldude/mcp-exec 1.7.2 → 1.7.3

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
@@ -1981,7 +1981,7 @@ __name(createMcpExecServer, "createMcpExecServer");
1981
1981
  // dist/index.js
1982
1982
  import { ServerPool, createConnection, getServerConfig as getServerConfig2, loadServerManifest as loadServerManifest2, cleanupOrphanedProcesses } from "@justanothermldude/meta-mcp-core";
1983
1983
  var APP_NAME = "mcp-exec";
1984
- var VERSION2 = "1.7.2";
1984
+ var VERSION2 = "1.7.3";
1985
1985
  var defaultExecutor = null;
1986
1986
  function getDefaultExecutor() {
1987
1987
  if (!defaultExecutor) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justanothermldude/mcp-exec",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "description": "MCP execution utilities for sandboxed code execution with OS-level isolation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",