@settlemint/sdk-mcp 2.2.3-prc30dd50c → 2.2.3-prd146e556
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/mcp.js +8 -7
- package/dist/mcp.js.map +4 -4
- package/package.json +4 -4
package/dist/mcp.js
CHANGED
|
@@ -55967,7 +55967,8 @@ class McpServer {
|
|
|
55967
55967
|
const isZodRawShape = (obj) => {
|
|
55968
55968
|
if (typeof obj !== "object" || obj === null)
|
|
55969
55969
|
return false;
|
|
55970
|
-
|
|
55970
|
+
const isEmptyObject = z.object({}).strict().safeParse(obj).success;
|
|
55971
|
+
return isEmptyObject || Object.values(obj).some((v) => v instanceof ZodType);
|
|
55971
55972
|
};
|
|
55972
55973
|
let description;
|
|
55973
55974
|
if (typeof rest[0] === "string") {
|
|
@@ -57493,7 +57494,7 @@ minimatch.unescape = unescape;
|
|
|
57493
57494
|
// ../../node_modules/glob/dist/esm/glob.js
|
|
57494
57495
|
import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
57495
57496
|
|
|
57496
|
-
// ../../node_modules/lru-cache/dist/esm/index.js
|
|
57497
|
+
// ../../node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.js
|
|
57497
57498
|
var perf = typeof performance === "object" && performance && typeof performance.now === "function" ? performance : Date;
|
|
57498
57499
|
var warned = new Set;
|
|
57499
57500
|
var PROCESS = typeof process === "object" && !!process ? process : {};
|
|
@@ -61773,7 +61774,7 @@ var {
|
|
|
61773
61774
|
var package_default = {
|
|
61774
61775
|
name: "@settlemint/sdk-mcp",
|
|
61775
61776
|
description: "MCP interface for SettleMint SDK, providing development tools and project management capabilities",
|
|
61776
|
-
version: "2.2.3-
|
|
61777
|
+
version: "2.2.3-prd146e556",
|
|
61777
61778
|
type: "module",
|
|
61778
61779
|
private: false,
|
|
61779
61780
|
license: "FSL-1.1-MIT",
|
|
@@ -61814,9 +61815,9 @@ var package_default = {
|
|
|
61814
61815
|
dependencies: {
|
|
61815
61816
|
"@graphql-tools/load": "8.1.0",
|
|
61816
61817
|
"@graphql-tools/url-loader": "8.0.31",
|
|
61817
|
-
"@modelcontextprotocol/sdk": "1.11.
|
|
61818
|
-
"@settlemint/sdk-js": "2.2.3-
|
|
61819
|
-
"@settlemint/sdk-utils": "2.2.3-
|
|
61818
|
+
"@modelcontextprotocol/sdk": "1.11.1",
|
|
61819
|
+
"@settlemint/sdk-js": "2.2.3-prd146e556",
|
|
61820
|
+
"@settlemint/sdk-utils": "2.2.3-prd146e556",
|
|
61820
61821
|
"@commander-js/extra-typings": "11.1.0",
|
|
61821
61822
|
commander: "11.1.0",
|
|
61822
61823
|
zod: "3.24.4"
|
|
@@ -67564,4 +67565,4 @@ await main().catch((error2) => {
|
|
|
67564
67565
|
process.exit(1);
|
|
67565
67566
|
});
|
|
67566
67567
|
|
|
67567
|
-
//# debugId=
|
|
67568
|
+
//# debugId=6141A7D7C7D3B81664756E2164756E21
|