@settlemint/sdk-mcp 2.2.3-prd782f93c → 2.2.3-pre66c2be9
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 +6 -7
- package/dist/mcp.js.map +3 -3
- package/package.json +4 -4
package/dist/mcp.js
CHANGED
|
@@ -55967,8 +55967,7 @@ class McpServer {
|
|
|
55967
55967
|
const isZodRawShape = (obj) => {
|
|
55968
55968
|
if (typeof obj !== "object" || obj === null)
|
|
55969
55969
|
return false;
|
|
55970
|
-
|
|
55971
|
-
return isEmptyObject || Object.values(obj).some((v) => v instanceof ZodType);
|
|
55970
|
+
return Object.values(obj).some((v) => v instanceof ZodType);
|
|
55972
55971
|
};
|
|
55973
55972
|
let description;
|
|
55974
55973
|
if (typeof rest[0] === "string") {
|
|
@@ -61774,7 +61773,7 @@ var {
|
|
|
61774
61773
|
var package_default = {
|
|
61775
61774
|
name: "@settlemint/sdk-mcp",
|
|
61776
61775
|
description: "MCP interface for SettleMint SDK, providing development tools and project management capabilities",
|
|
61777
|
-
version: "2.2.3-
|
|
61776
|
+
version: "2.2.3-pre66c2be9",
|
|
61778
61777
|
type: "module",
|
|
61779
61778
|
private: false,
|
|
61780
61779
|
license: "FSL-1.1-MIT",
|
|
@@ -61815,9 +61814,9 @@ var package_default = {
|
|
|
61815
61814
|
dependencies: {
|
|
61816
61815
|
"@graphql-tools/load": "8.1.0",
|
|
61817
61816
|
"@graphql-tools/url-loader": "8.0.31",
|
|
61818
|
-
"@modelcontextprotocol/sdk": "1.11.
|
|
61819
|
-
"@settlemint/sdk-js": "2.2.3-
|
|
61820
|
-
"@settlemint/sdk-utils": "2.2.3-
|
|
61817
|
+
"@modelcontextprotocol/sdk": "1.11.0",
|
|
61818
|
+
"@settlemint/sdk-js": "2.2.3-pre66c2be9",
|
|
61819
|
+
"@settlemint/sdk-utils": "2.2.3-pre66c2be9",
|
|
61821
61820
|
"@commander-js/extra-typings": "11.1.0",
|
|
61822
61821
|
commander: "11.1.0",
|
|
61823
61822
|
zod: "3.24.4"
|
|
@@ -67565,4 +67564,4 @@ await main().catch((error2) => {
|
|
|
67565
67564
|
process.exit(1);
|
|
67566
67565
|
});
|
|
67567
67566
|
|
|
67568
|
-
//# debugId=
|
|
67567
|
+
//# debugId=16E082404FDC3C0864756E2164756E21
|