@justanothermldude/mcp-exec 1.7.12 → 1.7.13
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.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2003,7 +2003,7 @@ __name(createMcpExecServer, "createMcpExecServer");
|
|
|
2003
2003
|
// dist/index.js
|
|
2004
2004
|
import { ServerPool, createConnection, getServerConfig as getServerConfig3, loadServerManifest as loadServerManifest2, cleanupOrphanedProcesses } from "@justanothermldude/mcp-exec-core";
|
|
2005
2005
|
var APP_NAME = "mcp-exec";
|
|
2006
|
-
var VERSION2 = "1.7.
|
|
2006
|
+
var VERSION2 = "1.7.13";
|
|
2007
2007
|
var defaultExecutor = null;
|
|
2008
2008
|
function getDefaultExecutor() {
|
|
2009
2009
|
if (!defaultExecutor) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justanothermldude/mcp-exec",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.13",
|
|
4
4
|
"description": "MCP execution utilities for sandboxed code execution with OS-level isolation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@anthropic-ai/sandbox-runtime": "^0.0.19",
|
|
24
|
-
"@justanothermldude/mcp-exec-core": "^0.1.
|
|
24
|
+
"@justanothermldude/mcp-exec-core": "^0.1.13",
|
|
25
25
|
"@modelcontextprotocol/sdk": "^1.25.3",
|
|
26
26
|
"esbuild": "^0.25.12",
|
|
27
27
|
"get-port": "^7.1.0"
|