@settlemint/sdk-mcp 2.6.2-prffbc8bb6 → 2.6.2-prfff372b1
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 +13 -13
- package/dist/mcp.js.map +2 -2
- package/package.json +4 -4
package/dist/mcp.js
CHANGED
|
@@ -48436,7 +48436,7 @@ var coerce = {
|
|
|
48436
48436
|
date: (arg) => ZodDate.create({ ...arg, coerce: true })
|
|
48437
48437
|
};
|
|
48438
48438
|
var NEVER = INVALID;
|
|
48439
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.18.
|
|
48439
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.18.1/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
|
|
48440
48440
|
var LATEST_PROTOCOL_VERSION = "2025-06-18";
|
|
48441
48441
|
var SUPPORTED_PROTOCOL_VERSIONS = [
|
|
48442
48442
|
LATEST_PROTOCOL_VERSION,
|
|
@@ -48996,7 +48996,7 @@ class McpError extends Error {
|
|
|
48996
48996
|
}
|
|
48997
48997
|
}
|
|
48998
48998
|
|
|
48999
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.18.
|
|
48999
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.18.1/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js
|
|
49000
49000
|
var DEFAULT_REQUEST_TIMEOUT_MSEC = 60000;
|
|
49001
49001
|
|
|
49002
49002
|
class Protocol {
|
|
@@ -49336,7 +49336,7 @@ function mergeCapabilities(base, additional) {
|
|
|
49336
49336
|
}, { ...base });
|
|
49337
49337
|
}
|
|
49338
49338
|
|
|
49339
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.18.
|
|
49339
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.18.1/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js
|
|
49340
49340
|
var import_ajv = __toESM(require_ajv(), 1);
|
|
49341
49341
|
|
|
49342
49342
|
class Server extends Protocol {
|
|
@@ -50774,7 +50774,7 @@ var zodToJsonSchema = (schema, options) => {
|
|
|
50774
50774
|
}
|
|
50775
50775
|
return combined;
|
|
50776
50776
|
};
|
|
50777
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.18.
|
|
50777
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.18.1/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.js
|
|
50778
50778
|
var McpZodTypeKind;
|
|
50779
50779
|
(function(McpZodTypeKind2) {
|
|
50780
50780
|
McpZodTypeKind2["Completable"] = "McpCompletable";
|
|
@@ -50827,7 +50827,7 @@ function processCreateParams2(params) {
|
|
|
50827
50827
|
return { errorMap: customMap, description };
|
|
50828
50828
|
}
|
|
50829
50829
|
|
|
50830
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.18.
|
|
50830
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.18.1/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.js
|
|
50831
50831
|
class McpServer {
|
|
50832
50832
|
constructor(serverInfo, options) {
|
|
50833
50833
|
this._registeredResources = {};
|
|
@@ -51391,10 +51391,10 @@ var EMPTY_COMPLETION_RESULT = {
|
|
|
51391
51391
|
}
|
|
51392
51392
|
};
|
|
51393
51393
|
|
|
51394
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.18.
|
|
51394
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.18.1/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
|
|
51395
51395
|
import process2 from "node:process";
|
|
51396
51396
|
|
|
51397
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.18.
|
|
51397
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.18.1/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js
|
|
51398
51398
|
class ReadBuffer {
|
|
51399
51399
|
append(chunk) {
|
|
51400
51400
|
this._buffer = this._buffer ? Buffer.concat([this._buffer, chunk]) : chunk;
|
|
@@ -51424,7 +51424,7 @@ function serializeMessage(message) {
|
|
|
51424
51424
|
`;
|
|
51425
51425
|
}
|
|
51426
51426
|
|
|
51427
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.18.
|
|
51427
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.18.1/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
|
|
51428
51428
|
class StdioServerTransport {
|
|
51429
51429
|
constructor(_stdin = process2.stdin, _stdout = process2.stdout) {
|
|
51430
51430
|
this._stdin = _stdin;
|
|
@@ -82211,7 +82211,7 @@ var portalQueries = (server, env3) => {
|
|
|
82211
82211
|
var package_default = {
|
|
82212
82212
|
name: "@settlemint/sdk-mcp",
|
|
82213
82213
|
description: "MCP interface for SettleMint SDK, providing development tools and project management capabilities",
|
|
82214
|
-
version: "2.6.2-
|
|
82214
|
+
version: "2.6.2-prfff372b1",
|
|
82215
82215
|
type: "module",
|
|
82216
82216
|
private: false,
|
|
82217
82217
|
license: "FSL-1.1-MIT",
|
|
@@ -82253,9 +82253,9 @@ var package_default = {
|
|
|
82253
82253
|
"@commander-js/extra-typings": "14.0.0",
|
|
82254
82254
|
"@graphql-tools/load": "8.1.2",
|
|
82255
82255
|
"@graphql-tools/url-loader": "9.0.0",
|
|
82256
|
-
"@modelcontextprotocol/sdk": "1.18.
|
|
82257
|
-
"@settlemint/sdk-js": "2.6.2-
|
|
82258
|
-
"@settlemint/sdk-utils": "2.6.2-
|
|
82256
|
+
"@modelcontextprotocol/sdk": "1.18.1",
|
|
82257
|
+
"@settlemint/sdk-js": "2.6.2-prfff372b1",
|
|
82258
|
+
"@settlemint/sdk-utils": "2.6.2-prfff372b1",
|
|
82259
82259
|
commander: "14.0.1",
|
|
82260
82260
|
graphql: "16.11.0",
|
|
82261
82261
|
zod: "^4",
|
|
@@ -88324,4 +88324,4 @@ await main().catch((error44) => {
|
|
|
88324
88324
|
process.exit(1);
|
|
88325
88325
|
});
|
|
88326
88326
|
|
|
88327
|
-
//# debugId=
|
|
88327
|
+
//# debugId=2C5A22CF7DD79FF164756E2164756E21
|