@settlemint/sdk-mcp 2.3.13 → 2.3.14-pr8661c79b
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 +6 -6
- package/dist/mcp.js.map +3 -3
- package/package.json +3 -3
package/dist/mcp.js
CHANGED
|
@@ -84677,7 +84677,7 @@ var {
|
|
|
84677
84677
|
var package_default = {
|
|
84678
84678
|
name: "@settlemint/sdk-mcp",
|
|
84679
84679
|
description: "MCP interface for SettleMint SDK, providing development tools and project management capabilities",
|
|
84680
|
-
version: "2.3.
|
|
84680
|
+
version: "2.3.14-pr8661c79b",
|
|
84681
84681
|
type: "module",
|
|
84682
84682
|
private: false,
|
|
84683
84683
|
license: "FSL-1.1-MIT",
|
|
@@ -84719,8 +84719,8 @@ var package_default = {
|
|
|
84719
84719
|
"@graphql-tools/load": "8.1.0",
|
|
84720
84720
|
"@graphql-tools/url-loader": "8.0.31",
|
|
84721
84721
|
"@modelcontextprotocol/sdk": "1.12.1",
|
|
84722
|
-
"@settlemint/sdk-js": "2.3.
|
|
84723
|
-
"@settlemint/sdk-utils": "2.3.
|
|
84722
|
+
"@settlemint/sdk-js": "2.3.14-pr8661c79b",
|
|
84723
|
+
"@settlemint/sdk-utils": "2.3.14-pr8661c79b",
|
|
84724
84724
|
"@commander-js/extra-typings": "14.0.0",
|
|
84725
84725
|
commander: "14.0.0",
|
|
84726
84726
|
zod: "^3.25.0"
|
|
@@ -99251,11 +99251,11 @@ function getPincodeVerificationChallengeResponse({ verificationChallenge, pincod
|
|
|
99251
99251
|
}
|
|
99252
99252
|
function createSettleMintClient(options) {
|
|
99253
99253
|
ensureServer();
|
|
99254
|
-
if (options.instance === STANDALONE_INSTANCE2)
|
|
99254
|
+
if (options.instance === STANDALONE_INSTANCE2 || options.instance === LOCAL_INSTANCE2)
|
|
99255
99255
|
if (options.anonymous)
|
|
99256
99256
|
options.instance = "https://console.settlemint.com";
|
|
99257
99257
|
else
|
|
99258
|
-
throw new Error("Standalone instances cannot connect to the SettleMint platform");
|
|
99258
|
+
throw new Error("Standalone and local instances cannot connect to the SettleMint platform");
|
|
99259
99259
|
const validatedOptions = options.anonymous ? validate3(exports_external2.object({
|
|
99260
99260
|
...ClientOptionsSchema.shape,
|
|
99261
99261
|
accessToken: exports_external2.literal("")
|
|
@@ -101173,4 +101173,4 @@ await main().catch((error41) => {
|
|
|
101173
101173
|
process.exit(1);
|
|
101174
101174
|
});
|
|
101175
101175
|
|
|
101176
|
-
//# debugId=
|
|
101176
|
+
//# debugId=F7DD3BF8A0F1129F64756E2164756E21
|