@agiflowai/one-mcp 0.3.3 → 0.3.4

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/cli.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- const require_http = require('./http-BzrxGEr-.cjs');
2
+ const require_http = require('./http-TVcVma3Q.cjs');
3
3
  let node_fs_promises = require("node:fs/promises");
4
4
  let node_path = require("node:path");
5
5
  let liquidjs = require("liquidjs");
@@ -1051,7 +1051,7 @@ const prefetchCommand = new commander.Command("prefetch").description("Pre-downl
1051
1051
 
1052
1052
  //#endregion
1053
1053
  //#region package.json
1054
- var version = "0.3.2";
1054
+ var version = "0.3.3";
1055
1055
 
1056
1056
  //#endregion
1057
1057
  //#region src/cli.ts
package/dist/cli.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { a as SkillService, c as ConfigFetcherService, i as createServer, n as SseTransportHandler, o as findConfigFile, r as StdioTransportHandler, s as McpClientManagerService, t as HttpTransportHandler } from "./http-DeUYygKb.mjs";
2
+ import { a as SkillService, c as ConfigFetcherService, i as createServer, n as SseTransportHandler, o as findConfigFile, r as StdioTransportHandler, s as McpClientManagerService, t as HttpTransportHandler } from "./http-DEoeeLtl.mjs";
3
3
  import { writeFile } from "node:fs/promises";
4
4
  import { resolve } from "node:path";
5
5
  import { Liquid } from "liquidjs";
@@ -1051,7 +1051,7 @@ const prefetchCommand = new Command("prefetch").description("Pre-download packag
1051
1051
 
1052
1052
  //#endregion
1053
1053
  //#region package.json
1054
- var version = "0.3.2";
1054
+ var version = "0.3.3";
1055
1055
 
1056
1056
  //#endregion
1057
1057
  //#region src/cli.ts
@@ -967,7 +967,10 @@ var McpClientManagerService = class {
967
967
  const transport = new StdioClientTransport({
968
968
  command: config.command,
969
969
  args: config.args,
970
- env: config.env
970
+ env: {
971
+ ...process.env,
972
+ ...config.env ?? {}
973
+ }
971
974
  });
972
975
  await mcpClient["client"].connect(transport);
973
976
  const childProcess = transport["_process"];
@@ -996,7 +996,10 @@ var McpClientManagerService = class {
996
996
  const transport = new __modelcontextprotocol_sdk_client_stdio_js.StdioClientTransport({
997
997
  command: config.command,
998
998
  args: config.args,
999
- env: config.env
999
+ env: {
1000
+ ...process.env,
1001
+ ...config.env ?? {}
1002
+ }
1000
1003
  });
1001
1004
  await mcpClient["client"].connect(transport);
1002
1005
  const childProcess = transport["_process"];
package/dist/index.cjs CHANGED
@@ -1,4 +1,4 @@
1
- const require_http = require('./http-BzrxGEr-.cjs');
1
+ const require_http = require('./http-TVcVma3Q.cjs');
2
2
 
3
3
  exports.HttpTransportHandler = require_http.HttpTransportHandler;
4
4
  exports.SseTransportHandler = require_http.SseTransportHandler;
package/dist/index.mjs CHANGED
@@ -1,3 +1,3 @@
1
- import { i as createServer, n as SseTransportHandler, r as StdioTransportHandler, t as HttpTransportHandler } from "./http-DeUYygKb.mjs";
1
+ import { i as createServer, n as SseTransportHandler, r as StdioTransportHandler, t as HttpTransportHandler } from "./http-DEoeeLtl.mjs";
2
2
 
3
3
  export { HttpTransportHandler, SseTransportHandler, StdioTransportHandler, createServer };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agiflowai/one-mcp",
3
3
  "description": "One MCP server package",
4
- "version": "0.3.3",
4
+ "version": "0.3.4",
5
5
  "license": "AGPL-3.0",
6
6
  "keywords": [
7
7
  "mcp",