@agiflowai/one-mcp 0.3.3 → 0.3.5
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-
|
|
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.
|
|
1054
|
+
var version = "0.3.4";
|
|
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-
|
|
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.
|
|
1054
|
+
var version = "0.3.4";
|
|
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:
|
|
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:
|
|
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
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-
|
|
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.
|
|
4
|
+
"version": "0.3.5",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"mcp",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"README.md"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@modelcontextprotocol/sdk": "1.
|
|
22
|
+
"@modelcontextprotocol/sdk": "1.25.2",
|
|
23
23
|
"chalk": "5.6.2",
|
|
24
24
|
"commander": "14.0.1",
|
|
25
25
|
"express": "^4.21.2",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"js-yaml": "^4.1.0",
|
|
28
28
|
"liquidjs": "^10.21.0",
|
|
29
29
|
"zod": "^3.24.1",
|
|
30
|
-
"@agiflowai/aicode-utils": "1.0.
|
|
30
|
+
"@agiflowai/aicode-utils": "1.0.11"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/express": "^5.0.0",
|