@settlemint/sdk-mcp 2.6.3-pre3cdc339 → 2.6.4-pr7f2ec711

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
@@ -48845,7 +48845,7 @@ var coerce = {
48845
48845
  date: (arg) => ZodDate.create({ ...arg, coerce: true })
48846
48846
  };
48847
48847
  var NEVER = INVALID;
48848
- // ../../node_modules/.bun/@modelcontextprotocol+sdk@1.21.0/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
48848
+ // ../../node_modules/.bun/@modelcontextprotocol+sdk@1.21.1/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
48849
48849
  var LATEST_PROTOCOL_VERSION = "2025-06-18";
48850
48850
  var SUPPORTED_PROTOCOL_VERSIONS = [LATEST_PROTOCOL_VERSION, "2025-03-26", "2024-11-05", "2024-10-07"];
48851
48851
  var JSONRPC_VERSION = "2.0";
@@ -49366,7 +49366,7 @@ class McpError extends Error {
49366
49366
  }
49367
49367
  }
49368
49368
 
49369
- // ../../node_modules/.bun/@modelcontextprotocol+sdk@1.21.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js
49369
+ // ../../node_modules/.bun/@modelcontextprotocol+sdk@1.21.1/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js
49370
49370
  var DEFAULT_REQUEST_TIMEOUT_MSEC = 60000;
49371
49371
 
49372
49372
  class Protocol {
@@ -49709,7 +49709,7 @@ function mergeCapabilities(base, additional) {
49709
49709
  }, { ...base });
49710
49710
  }
49711
49711
 
49712
- // ../../node_modules/.bun/@modelcontextprotocol+sdk@1.21.0/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js
49712
+ // ../../node_modules/.bun/@modelcontextprotocol+sdk@1.21.1/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js
49713
49713
  var import_ajv = __toESM(require_ajv(), 1);
49714
49714
  var import_ajv_formats = __toESM(require_dist(), 1);
49715
49715
  function createDefaultAjvInstance() {
@@ -49750,7 +49750,7 @@ class AjvJsonSchemaValidator {
49750
49750
  }
49751
49751
  }
49752
49752
 
49753
- // ../../node_modules/.bun/@modelcontextprotocol+sdk@1.21.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js
49753
+ // ../../node_modules/.bun/@modelcontextprotocol+sdk@1.21.1/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js
49754
49754
  class Server extends Protocol {
49755
49755
  constructor(_serverInfo, options) {
49756
49756
  var _a, _b;
@@ -51186,7 +51186,7 @@ var zodToJsonSchema = (schema, options) => {
51186
51186
  }
51187
51187
  return combined;
51188
51188
  };
51189
- // ../../node_modules/.bun/@modelcontextprotocol+sdk@1.21.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.js
51189
+ // ../../node_modules/.bun/@modelcontextprotocol+sdk@1.21.1/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.js
51190
51190
  var McpZodTypeKind;
51191
51191
  (function(McpZodTypeKind2) {
51192
51192
  McpZodTypeKind2["Completable"] = "McpCompletable";
@@ -51239,7 +51239,7 @@ function processCreateParams2(params) {
51239
51239
  return { errorMap: customMap, description };
51240
51240
  }
51241
51241
 
51242
- // ../../node_modules/.bun/@modelcontextprotocol+sdk@1.21.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.js
51242
+ // ../../node_modules/.bun/@modelcontextprotocol+sdk@1.21.1/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.js
51243
51243
  class McpServer {
51244
51244
  constructor(serverInfo, options) {
51245
51245
  this._registeredResources = {};
@@ -51798,10 +51798,10 @@ var EMPTY_COMPLETION_RESULT = {
51798
51798
  }
51799
51799
  };
51800
51800
 
51801
- // ../../node_modules/.bun/@modelcontextprotocol+sdk@1.21.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
51801
+ // ../../node_modules/.bun/@modelcontextprotocol+sdk@1.21.1/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
51802
51802
  import process2 from "node:process";
51803
51803
 
51804
- // ../../node_modules/.bun/@modelcontextprotocol+sdk@1.21.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js
51804
+ // ../../node_modules/.bun/@modelcontextprotocol+sdk@1.21.1/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js
51805
51805
  class ReadBuffer {
51806
51806
  append(chunk) {
51807
51807
  this._buffer = this._buffer ? Buffer.concat([this._buffer, chunk]) : chunk;
@@ -51831,7 +51831,7 @@ function serializeMessage(message) {
51831
51831
  `;
51832
51832
  }
51833
51833
 
51834
- // ../../node_modules/.bun/@modelcontextprotocol+sdk@1.21.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
51834
+ // ../../node_modules/.bun/@modelcontextprotocol+sdk@1.21.1/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
51835
51835
  class StdioServerTransport {
51836
51836
  constructor(_stdin = process2.stdin, _stdout = process2.stdout) {
51837
51837
  this._stdin = _stdin;
@@ -84199,7 +84199,7 @@ var portalQueries = (server, env3) => {
84199
84199
  var package_default = {
84200
84200
  name: "@settlemint/sdk-mcp",
84201
84201
  description: "MCP interface for SettleMint SDK, providing development tools and project management capabilities",
84202
- version: "2.6.3-pre3cdc339",
84202
+ version: "2.6.4-pr7f2ec711",
84203
84203
  type: "module",
84204
84204
  private: false,
84205
84205
  license: "FSL-1.1-MIT",
@@ -84241,9 +84241,9 @@ var package_default = {
84241
84241
  "@commander-js/extra-typings": "14.0.0",
84242
84242
  "@graphql-tools/load": "8.1.4",
84243
84243
  "@graphql-tools/url-loader": "9.0.2",
84244
- "@modelcontextprotocol/sdk": "1.21.0",
84245
- "@settlemint/sdk-js": "2.6.3-pre3cdc339",
84246
- "@settlemint/sdk-utils": "2.6.3-pre3cdc339",
84244
+ "@modelcontextprotocol/sdk": "1.21.1",
84245
+ "@settlemint/sdk-js": "2.6.4-pr7f2ec711",
84246
+ "@settlemint/sdk-utils": "2.6.4-pr7f2ec711",
84247
84247
  commander: "14.0.2",
84248
84248
  graphql: "16.12.0",
84249
84249
  zod: "^4",
@@ -90312,4 +90312,4 @@ await main().catch((error47) => {
90312
90312
  process.exit(1);
90313
90313
  });
90314
90314
 
90315
- //# debugId=8995B41CDA475FD464756E2164756E21
90315
+ //# debugId=A1E42D5F4968675C64756E2164756E21