@settlemint/sdk-mcp 2.3.2-pr6c3d348a → 2.3.2-pr8e5bdf14
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 +7 -4
- package/dist/mcp.js.map +3 -3
- package/package.json +3 -3
package/dist/mcp.js
CHANGED
|
@@ -72453,7 +72453,7 @@ var {
|
|
|
72453
72453
|
var package_default = {
|
|
72454
72454
|
name: "@settlemint/sdk-mcp",
|
|
72455
72455
|
description: "MCP interface for SettleMint SDK, providing development tools and project management capabilities",
|
|
72456
|
-
version: "2.3.2-
|
|
72456
|
+
version: "2.3.2-pr8e5bdf14",
|
|
72457
72457
|
type: "module",
|
|
72458
72458
|
private: false,
|
|
72459
72459
|
license: "FSL-1.1-MIT",
|
|
@@ -72495,8 +72495,8 @@ var package_default = {
|
|
|
72495
72495
|
"@graphql-tools/load": "8.1.0",
|
|
72496
72496
|
"@graphql-tools/url-loader": "8.0.31",
|
|
72497
72497
|
"@modelcontextprotocol/sdk": "1.11.5",
|
|
72498
|
-
"@settlemint/sdk-js": "2.3.2-
|
|
72499
|
-
"@settlemint/sdk-utils": "2.3.2-
|
|
72498
|
+
"@settlemint/sdk-js": "2.3.2-pr8e5bdf14",
|
|
72499
|
+
"@settlemint/sdk-utils": "2.3.2-pr8e5bdf14",
|
|
72500
72500
|
"@commander-js/extra-typings": "14.0.0",
|
|
72501
72501
|
commander: "14.0.0",
|
|
72502
72502
|
zod: "^3.25.0"
|
|
@@ -76341,6 +76341,9 @@ function getPincodeVerificationChallengeResponse({
|
|
|
76341
76341
|
}
|
|
76342
76342
|
function createSettleMintClient(options) {
|
|
76343
76343
|
ensureServer();
|
|
76344
|
+
if (options.instance === STANDALONE_INSTANCE2) {
|
|
76345
|
+
throw new Error("Standalone instances cannot connect to the SettleMint platform");
|
|
76346
|
+
}
|
|
76344
76347
|
const validatedOptions = options.anonymous ? validate3(exports_external2.object({
|
|
76345
76348
|
...ClientOptionsSchema.shape,
|
|
76346
76349
|
accessToken: exports_external2.literal("")
|
|
@@ -78266,4 +78269,4 @@ await main().catch((error36) => {
|
|
|
78266
78269
|
process.exit(1);
|
|
78267
78270
|
});
|
|
78268
78271
|
|
|
78269
|
-
//# debugId=
|
|
78272
|
+
//# debugId=383A5A56351D0FE564756E2164756E21
|