@settlemint/sdk-mcp 2.2.3-prf8d0b522 → 2.2.3

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,8 +55967,7 @@ class McpServer {
55967
55967
  const isZodRawShape = (obj) => {
55968
55968
  if (typeof obj !== "object" || obj === null)
55969
55969
  return false;
55970
- const isEmptyObject = z.object({}).strict().safeParse(obj).success;
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") {
@@ -57494,7 +57493,7 @@ minimatch.unescape = unescape;
57494
57493
  // ../../node_modules/glob/dist/esm/glob.js
57495
57494
  import { fileURLToPath as fileURLToPath2 } from "node:url";
57496
57495
 
57497
- // ../../node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.js
57496
+ // ../../node_modules/lru-cache/dist/esm/index.js
57498
57497
  var perf = typeof performance === "object" && performance && typeof performance.now === "function" ? performance : Date;
57499
57498
  var warned = new Set;
57500
57499
  var PROCESS = typeof process === "object" && !!process ? process : {};
@@ -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-prf8d0b522",
61776
+ version: "2.2.3",
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.1",
61819
- "@settlemint/sdk-js": "2.2.3-prf8d0b522",
61820
- "@settlemint/sdk-utils": "2.2.3-prf8d0b522",
61817
+ "@modelcontextprotocol/sdk": "1.11.0",
61818
+ "@settlemint/sdk-js": "2.2.3",
61819
+ "@settlemint/sdk-utils": "2.2.3",
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=2513152E5515B69964756E2164756E21
67567
+ //# debugId=CA73050E6DA5340E64756E2164756E21