@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.
- package/dist/index.js +1 -1
- 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.
|
|
1984
|
+
var VERSION2 = "1.7.3";
|
|
1985
1985
|
var defaultExecutor = null;
|
|
1986
1986
|
function getDefaultExecutor() {
|
|
1987
1987
|
if (!defaultExecutor) {
|