@settlemint/sdk-mcp 2.4.0-prb3e61e86 → 2.4.0-prb71b2280
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 +8 -10
- package/dist/mcp.js.map +6 -6
- package/package.json +4 -6
package/dist/mcp.js
CHANGED
|
@@ -73564,7 +73564,7 @@ function tryParseJson(value, defaultValue = null) {
|
|
|
73564
73564
|
return defaultValue;
|
|
73565
73565
|
}
|
|
73566
73566
|
return parsed;
|
|
73567
|
-
} catch (
|
|
73567
|
+
} catch (err) {
|
|
73568
73568
|
return defaultValue;
|
|
73569
73569
|
}
|
|
73570
73570
|
}
|
|
@@ -90305,7 +90305,7 @@ function tryParseJson2(value, defaultValue = null) {
|
|
|
90305
90305
|
return defaultValue;
|
|
90306
90306
|
}
|
|
90307
90307
|
return parsed;
|
|
90308
|
-
} catch (
|
|
90308
|
+
} catch (err) {
|
|
90309
90309
|
return defaultValue;
|
|
90310
90310
|
}
|
|
90311
90311
|
}
|
|
@@ -90389,7 +90389,7 @@ var {
|
|
|
90389
90389
|
var package_default = {
|
|
90390
90390
|
name: "@settlemint/sdk-mcp",
|
|
90391
90391
|
description: "MCP interface for SettleMint SDK, providing development tools and project management capabilities",
|
|
90392
|
-
version: "2.4.0-
|
|
90392
|
+
version: "2.4.0-prb71b2280",
|
|
90393
90393
|
type: "module",
|
|
90394
90394
|
private: false,
|
|
90395
90395
|
license: "FSL-1.1-MIT",
|
|
@@ -90408,9 +90408,7 @@ var package_default = {
|
|
|
90408
90408
|
url: "https://github.com/settlemint/sdk/issues",
|
|
90409
90409
|
email: "support@settlemint.com"
|
|
90410
90410
|
},
|
|
90411
|
-
files: [
|
|
90412
|
-
"dist"
|
|
90413
|
-
],
|
|
90411
|
+
files: ["dist"],
|
|
90414
90412
|
exports: {
|
|
90415
90413
|
"./*": {
|
|
90416
90414
|
types: "./dist/*.d.ts",
|
|
@@ -90433,8 +90431,8 @@ var package_default = {
|
|
|
90433
90431
|
"@graphql-tools/load": "8.1.0",
|
|
90434
90432
|
"@graphql-tools/url-loader": "8.0.31",
|
|
90435
90433
|
"@modelcontextprotocol/sdk": "1.13.1",
|
|
90436
|
-
"@settlemint/sdk-js": "2.4.0-
|
|
90437
|
-
"@settlemint/sdk-utils": "2.4.0-
|
|
90434
|
+
"@settlemint/sdk-js": "2.4.0-prb71b2280",
|
|
90435
|
+
"@settlemint/sdk-utils": "2.4.0-prb71b2280",
|
|
90438
90436
|
"@commander-js/extra-typings": "14.0.0",
|
|
90439
90437
|
commander: "14.0.0",
|
|
90440
90438
|
zod: "^3.25.0"
|
|
@@ -91265,7 +91263,7 @@ var processFieldTypes = (fields2, schema, collectedTypes) => {
|
|
|
91265
91263
|
}
|
|
91266
91264
|
};
|
|
91267
91265
|
var collectCustomTypes = (type, schema, collectedTypes = new Set) => {
|
|
91268
|
-
const typeName = type.toString().replace(/[[\]!]/g, "");
|
|
91266
|
+
const typeName = type.toString().replace(/[\[\]!]/g, "");
|
|
91269
91267
|
if (collectedTypes.has(typeName) || ["String", "Int", "Float", "Boolean", "ID"].includes(typeName)) {
|
|
91270
91268
|
return collectedTypes;
|
|
91271
91269
|
}
|
|
@@ -106883,4 +106881,4 @@ await main().catch((error41) => {
|
|
|
106883
106881
|
process.exit(1);
|
|
106884
106882
|
});
|
|
106885
106883
|
|
|
106886
|
-
//# debugId=
|
|
106884
|
+
//# debugId=A89CED777CA15F0164756E2164756E21
|