@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.
- package/dist/index.js +1 -1
- 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.
|
|
1552
|
+
var VERSION2 = "1.3.6";
|
|
1553
1553
|
var defaultExecutor = null;
|
|
1554
1554
|
function getDefaultExecutor() {
|
|
1555
1555
|
if (!defaultExecutor) {
|