@settlemint/sdk-mcp 2.2.2-pr3d52fe1c → 2.2.2-pr5ceade05
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 +9 -5
- package/dist/mcp.js.map +4 -4
- package/package.json +3 -3
package/dist/mcp.js
CHANGED
|
@@ -14412,6 +14412,10 @@ var require_permessage_deflate = __commonJS((exports, module) => {
|
|
|
14412
14412
|
}
|
|
14413
14413
|
function inflateOnError(err) {
|
|
14414
14414
|
this[kPerMessageDeflate]._inflate = null;
|
|
14415
|
+
if (this[kError]) {
|
|
14416
|
+
this[kCallback](this[kError]);
|
|
14417
|
+
return;
|
|
14418
|
+
}
|
|
14415
14419
|
err[kStatusCode] = 1007;
|
|
14416
14420
|
this[kCallback](err);
|
|
14417
14421
|
}
|
|
@@ -16055,7 +16059,7 @@ var require_websocket = __commonJS((exports, module) => {
|
|
|
16055
16059
|
const isIpcUrl = parsedUrl.protocol === "ws+unix:";
|
|
16056
16060
|
let invalidUrlMessage;
|
|
16057
16061
|
if (parsedUrl.protocol !== "ws:" && !isSecure && !isIpcUrl) {
|
|
16058
|
-
invalidUrlMessage = `The URL's protocol must be one of "ws:", "wss:", ` + '"http:", "https", or "ws+unix:"';
|
|
16062
|
+
invalidUrlMessage = `The URL's protocol must be one of "ws:", "wss:", ` + '"http:", "https:", or "ws+unix:"';
|
|
16059
16063
|
} else if (isIpcUrl && !parsedUrl.pathname) {
|
|
16060
16064
|
invalidUrlMessage = "The URL's pathname is empty";
|
|
16061
16065
|
} else if (parsedUrl.hash) {
|
|
@@ -61264,7 +61268,7 @@ var {
|
|
|
61264
61268
|
var package_default = {
|
|
61265
61269
|
name: "@settlemint/sdk-mcp",
|
|
61266
61270
|
description: "MCP interface for SettleMint SDK, providing development tools and project management capabilities",
|
|
61267
|
-
version: "2.2.2-
|
|
61271
|
+
version: "2.2.2-pr5ceade05",
|
|
61268
61272
|
type: "module",
|
|
61269
61273
|
private: false,
|
|
61270
61274
|
license: "FSL-1.1-MIT",
|
|
@@ -61306,8 +61310,8 @@ var package_default = {
|
|
|
61306
61310
|
"@graphql-tools/load": "8.1.0",
|
|
61307
61311
|
"@graphql-tools/url-loader": "8.0.31",
|
|
61308
61312
|
"@modelcontextprotocol/sdk": "1.11.0",
|
|
61309
|
-
"@settlemint/sdk-js": "2.2.2-
|
|
61310
|
-
"@settlemint/sdk-utils": "2.2.2-
|
|
61313
|
+
"@settlemint/sdk-js": "2.2.2-pr5ceade05",
|
|
61314
|
+
"@settlemint/sdk-utils": "2.2.2-pr5ceade05",
|
|
61311
61315
|
"@commander-js/extra-typings": "11.1.0",
|
|
61312
61316
|
commander: "11.1.0",
|
|
61313
61317
|
zod: "3.24.3"
|
|
@@ -67055,4 +67059,4 @@ await main().catch((error2) => {
|
|
|
67055
67059
|
process.exit(1);
|
|
67056
67060
|
});
|
|
67057
67061
|
|
|
67058
|
-
//# debugId=
|
|
67062
|
+
//# debugId=F9D94E8721EC81BA64756E2164756E21
|