@agiflowai/one-mcp 0.3.12 → 0.3.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/cli.cjs
CHANGED
package/dist/cli.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { a as version, d as DefinitionsCacheService, f as generateServerId, i as createServer, l as SkillService, m as ConfigFetcherService, n as SseTransportHandler, p as findConfigFile, r as StdioTransportHandler, s as SearchListToolsTool, t as HttpTransportHandler, u as McpClientManagerService } from "./http-
|
|
2
|
+
import { a as version, d as DefinitionsCacheService, f as generateServerId, i as createServer, l as SkillService, m as ConfigFetcherService, n as SseTransportHandler, p as findConfigFile, r as StdioTransportHandler, s as SearchListToolsTool, t as HttpTransportHandler, u as McpClientManagerService } from "./http-_ThlSpST.mjs";
|
|
3
3
|
import { writeFile } from "node:fs/promises";
|
|
4
4
|
import { resolve } from "node:path";
|
|
5
5
|
import { Liquid } from "liquidjs";
|
|
@@ -2806,7 +2806,7 @@ IMPORTANT: Only use tools discovered from describe_tools with id="${this.serverI
|
|
|
2806
2806
|
|
|
2807
2807
|
//#endregion
|
|
2808
2808
|
//#region package.json
|
|
2809
|
-
var version = "0.3.
|
|
2809
|
+
var version = "0.3.12";
|
|
2810
2810
|
|
|
2811
2811
|
//#endregion
|
|
2812
2812
|
//#region src/server/index.ts
|
|
@@ -2777,7 +2777,7 @@ IMPORTANT: Only use tools discovered from describe_tools with id="${this.serverI
|
|
|
2777
2777
|
|
|
2778
2778
|
//#endregion
|
|
2779
2779
|
//#region package.json
|
|
2780
|
-
var version = "0.3.
|
|
2780
|
+
var version = "0.3.12";
|
|
2781
2781
|
|
|
2782
2782
|
//#endregion
|
|
2783
2783
|
//#region src/server/index.ts
|
package/dist/index.cjs
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { c as DescribeToolsTool, d as DefinitionsCacheService, i as createServer, l as SkillService, m as ConfigFetcherService, n as SseTransportHandler, o as UseToolTool, r as StdioTransportHandler, s as SearchListToolsTool, t as HttpTransportHandler, u as McpClientManagerService } from "./http-
|
|
1
|
+
import { c as DescribeToolsTool, d as DefinitionsCacheService, i as createServer, l as SkillService, m as ConfigFetcherService, n as SseTransportHandler, o as UseToolTool, r as StdioTransportHandler, s as SearchListToolsTool, t as HttpTransportHandler, u as McpClientManagerService } from "./http-_ThlSpST.mjs";
|
|
2
2
|
|
|
3
3
|
export { ConfigFetcherService, DefinitionsCacheService, DescribeToolsTool, HttpTransportHandler, McpClientManagerService, SearchListToolsTool, SkillService, SseTransportHandler, StdioTransportHandler, UseToolTool, 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.13",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"mcp",
|
|
@@ -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.18"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/express": "^5.0.0",
|