@settlemint/sdk-mcp 2.2.3-main162ccf2f → 2.2.3-main4078055b

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 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
- return Object.values(obj).some((v) => v instanceof ZodType);
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") {
@@ -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-main162ccf2f",
61777
+ version: "2.2.3-main4078055b",
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.0",
61818
- "@settlemint/sdk-js": "2.2.3-main162ccf2f",
61819
- "@settlemint/sdk-utils": "2.2.3-main162ccf2f",
61818
+ "@modelcontextprotocol/sdk": "1.11.1",
61819
+ "@settlemint/sdk-js": "2.2.3-main4078055b",
61820
+ "@settlemint/sdk-utils": "2.2.3-main4078055b",
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=FDF543BEB6D50C0164756E2164756E21
67568
+ //# debugId=12AAA9E8D574351364756E2164756E21