@settlemint/sdk-mcp 2.6.3-pre3cdc339 → 2.6.4-main400d9402
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 +23 -23
- package/dist/mcp.js.map +5 -5
- package/package.json +4 -4
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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;
|
|
@@ -74692,7 +74692,7 @@ function collectSchemaParts(sources) {
|
|
|
74692
74692
|
};
|
|
74693
74693
|
}
|
|
74694
74694
|
|
|
74695
|
-
// ../../node_modules/.bun/@graphql-tools+url-loader@9.0.2+
|
|
74695
|
+
// ../../node_modules/.bun/@graphql-tools+url-loader@9.0.2+146983886558a3ba/node_modules/@graphql-tools/url-loader/esm/index.js
|
|
74696
74696
|
var import_graphql63 = __toESM(require_graphql2(), 1);
|
|
74697
74697
|
var import_isomorphic_ws2 = __toESM(require_ws(), 1);
|
|
74698
74698
|
// ../../node_modules/.bun/@envelop+core@5.3.2/node_modules/@envelop/core/esm/document-string-map.js
|
|
@@ -77928,10 +77928,10 @@ function latest(contenders) {
|
|
|
77928
77928
|
});
|
|
77929
77929
|
}
|
|
77930
77930
|
|
|
77931
|
-
// ../../node_modules/.bun/@graphql-tools+executor-http@3.0.4+
|
|
77931
|
+
// ../../node_modules/.bun/@graphql-tools+executor-http@3.0.4+146983886558a3ba/node_modules/@graphql-tools/executor-http/dist/index.js
|
|
77932
77932
|
var import_graphql55 = __toESM(require_graphql2(), 1);
|
|
77933
77933
|
|
|
77934
|
-
// ../../node_modules/.bun/meros@1.3.2/node_modules/meros/browser/index.mjs
|
|
77934
|
+
// ../../node_modules/.bun/meros@1.3.2+c30ff3a63f0500d5/node_modules/meros/browser/index.mjs
|
|
77935
77935
|
async function e(e2, t) {
|
|
77936
77936
|
if (!e2.ok || !e2.body || e2.bodyUsed)
|
|
77937
77937
|
return e2;
|
|
@@ -77981,7 +77981,7 @@ async function e(e2, t) {
|
|
|
77981
77981
|
}(e2.body, `--${l}`, t);
|
|
77982
77982
|
}
|
|
77983
77983
|
|
|
77984
|
-
// ../../node_modules/.bun/meros@1.3.2/node_modules/meros/node/index.mjs
|
|
77984
|
+
// ../../node_modules/.bun/meros@1.3.2+c30ff3a63f0500d5/node_modules/meros/node/index.mjs
|
|
77985
77985
|
async function e2(e3, t) {
|
|
77986
77986
|
let n = e3.headers["content-type"];
|
|
77987
77987
|
if (!n || !~n.indexOf("multipart/"))
|
|
@@ -78024,7 +78024,7 @@ async function e2(e3, t) {
|
|
|
78024
78024
|
}(e3, `--${i}`, t);
|
|
78025
78025
|
}
|
|
78026
78026
|
|
|
78027
|
-
// ../../node_modules/.bun/@graphql-tools+executor-http@3.0.4+
|
|
78027
|
+
// ../../node_modules/.bun/@graphql-tools+executor-http@3.0.4+146983886558a3ba/node_modules/@graphql-tools/executor-http/dist/index.js
|
|
78028
78028
|
function isPlainObject2(value) {
|
|
78029
78029
|
if (typeof value !== "object" || value === null) {
|
|
78030
78030
|
return false;
|
|
@@ -82590,10 +82590,10 @@ function schemaFromExecutor(executor2, context, options) {
|
|
|
82590
82590
|
}), (introspection) => getSchemaFromIntrospection(introspection, options));
|
|
82591
82591
|
}
|
|
82592
82592
|
|
|
82593
|
-
// ../../node_modules/.bun/@graphql-tools+url-loader@9.0.2+
|
|
82593
|
+
// ../../node_modules/.bun/@graphql-tools+url-loader@9.0.2+146983886558a3ba/node_modules/@graphql-tools/url-loader/esm/defaultAsyncFetch.js
|
|
82594
82594
|
var defaultAsyncFetch = $fetch;
|
|
82595
82595
|
|
|
82596
|
-
// ../../node_modules/.bun/@graphql-tools+url-loader@9.0.2+
|
|
82596
|
+
// ../../node_modules/.bun/@graphql-tools+url-loader@9.0.2+146983886558a3ba/node_modules/@graphql-tools/url-loader/esm/defaultSyncFetch.js
|
|
82597
82597
|
var import_sync_fetch = __toESM(require_sync_fetch(), 1);
|
|
82598
82598
|
var defaultSyncFetch = (input, init) => {
|
|
82599
82599
|
if (typeof input === "string") {
|
|
@@ -82604,7 +82604,7 @@ var defaultSyncFetch = (input, init) => {
|
|
|
82604
82604
|
return import_sync_fetch.default(input, init);
|
|
82605
82605
|
};
|
|
82606
82606
|
|
|
82607
|
-
// ../../node_modules/.bun/@graphql-tools+url-loader@9.0.2+
|
|
82607
|
+
// ../../node_modules/.bun/@graphql-tools+url-loader@9.0.2+146983886558a3ba/node_modules/@graphql-tools/url-loader/esm/index.js
|
|
82608
82608
|
var asyncImport = (moduleName) => import(`${moduleName}`);
|
|
82609
82609
|
var syncImport = (moduleName) => __require(`${moduleName}`);
|
|
82610
82610
|
var SubscriptionProtocol;
|
|
@@ -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.
|
|
84202
|
+
version: "2.6.4-main400d9402",
|
|
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.
|
|
84245
|
-
"@settlemint/sdk-js": "2.6.
|
|
84246
|
-
"@settlemint/sdk-utils": "2.6.
|
|
84244
|
+
"@modelcontextprotocol/sdk": "1.21.1",
|
|
84245
|
+
"@settlemint/sdk-js": "2.6.4-main400d9402",
|
|
84246
|
+
"@settlemint/sdk-utils": "2.6.4-main400d9402",
|
|
84247
84247
|
commander: "14.0.2",
|
|
84248
84248
|
graphql: "16.12.0",
|
|
84249
84249
|
zod: "^4",
|
|
@@ -86012,7 +86012,7 @@ var parseRequestArgs = (documentOrOptions, variables, requestHeaders) => {
|
|
|
86012
86012
|
signal: undefined
|
|
86013
86013
|
};
|
|
86014
86014
|
};
|
|
86015
|
-
// ../../node_modules/.bun/@0no-co+graphql.web@1.2.0/node_modules/@0no-co/graphql.web/dist/graphql.web.mjs
|
|
86015
|
+
// ../../node_modules/.bun/@0no-co+graphql.web@1.2.0+2e36366335d68c76/node_modules/@0no-co/graphql.web/dist/graphql.web.mjs
|
|
86016
86016
|
var e3 = {
|
|
86017
86017
|
NAME: "Name",
|
|
86018
86018
|
DOCUMENT: "Document",
|
|
@@ -90312,4 +90312,4 @@ await main().catch((error47) => {
|
|
|
90312
90312
|
process.exit(1);
|
|
90313
90313
|
});
|
|
90314
90314
|
|
|
90315
|
-
//# debugId=
|
|
90315
|
+
//# debugId=F97FA75CEEB7D5B364756E2164756E21
|