@settlemint/sdk-mcp 2.6.4-pre999eb2b → 2.6.4-preac21cc8
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 +12 -12
- package/dist/mcp.js.map +2 -2
- package/package.json +3 -3
package/dist/mcp.js
CHANGED
|
@@ -66258,7 +66258,7 @@ minimatch.Minimatch = Minimatch;
|
|
|
66258
66258
|
minimatch.escape = escape2;
|
|
66259
66259
|
minimatch.unescape = unescape2;
|
|
66260
66260
|
|
|
66261
|
-
// ../../node_modules/.bun/glob@
|
|
66261
|
+
// ../../node_modules/.bun/glob@12.0.0/node_modules/glob/dist/esm/glob.js
|
|
66262
66262
|
import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
66263
66263
|
|
|
66264
66264
|
// ../../node_modules/.bun/lru-cache@11.2.2/node_modules/lru-cache/dist/esm/index.js
|
|
@@ -69363,7 +69363,7 @@ class PathScurryDarwin extends PathScurryPosix {
|
|
|
69363
69363
|
var Path = process.platform === "win32" ? PathWin32 : PathPosix;
|
|
69364
69364
|
var PathScurry = process.platform === "win32" ? PathScurryWin32 : process.platform === "darwin" ? PathScurryDarwin : PathScurryPosix;
|
|
69365
69365
|
|
|
69366
|
-
// ../../node_modules/.bun/glob@
|
|
69366
|
+
// ../../node_modules/.bun/glob@12.0.0/node_modules/glob/dist/esm/pattern.js
|
|
69367
69367
|
var isPatternList = (pl) => pl.length >= 1;
|
|
69368
69368
|
var isGlobList = (gl) => gl.length >= 1;
|
|
69369
69369
|
|
|
@@ -69481,7 +69481,7 @@ class Pattern {
|
|
|
69481
69481
|
}
|
|
69482
69482
|
}
|
|
69483
69483
|
|
|
69484
|
-
// ../../node_modules/.bun/glob@
|
|
69484
|
+
// ../../node_modules/.bun/glob@12.0.0/node_modules/glob/dist/esm/ignore.js
|
|
69485
69485
|
var defaultPlatform2 = typeof process === "object" && process && typeof process.platform === "string" ? process.platform : "linux";
|
|
69486
69486
|
|
|
69487
69487
|
class Ignore {
|
|
@@ -69569,7 +69569,7 @@ class Ignore {
|
|
|
69569
69569
|
}
|
|
69570
69570
|
}
|
|
69571
69571
|
|
|
69572
|
-
// ../../node_modules/.bun/glob@
|
|
69572
|
+
// ../../node_modules/.bun/glob@12.0.0/node_modules/glob/dist/esm/processor.js
|
|
69573
69573
|
class HasWalkedCache {
|
|
69574
69574
|
store;
|
|
69575
69575
|
constructor(store = new Map) {
|
|
@@ -69787,7 +69787,7 @@ class Processor {
|
|
|
69787
69787
|
}
|
|
69788
69788
|
}
|
|
69789
69789
|
|
|
69790
|
-
// ../../node_modules/.bun/glob@
|
|
69790
|
+
// ../../node_modules/.bun/glob@12.0.0/node_modules/glob/dist/esm/walker.js
|
|
69791
69791
|
var makeIgnore = (ignore, opts) => typeof ignore === "string" ? new Ignore([ignore], opts) : Array.isArray(ignore) ? new Ignore(ignore, opts) : ignore;
|
|
69792
69792
|
|
|
69793
69793
|
class GlobUtil {
|
|
@@ -70114,7 +70114,7 @@ class GlobStream extends GlobUtil {
|
|
|
70114
70114
|
}
|
|
70115
70115
|
}
|
|
70116
70116
|
|
|
70117
|
-
// ../../node_modules/.bun/glob@
|
|
70117
|
+
// ../../node_modules/.bun/glob@12.0.0/node_modules/glob/dist/esm/glob.js
|
|
70118
70118
|
var defaultPlatform3 = typeof process === "object" && process && typeof process.platform === "string" ? process.platform : "linux";
|
|
70119
70119
|
|
|
70120
70120
|
class Glob {
|
|
@@ -70288,7 +70288,7 @@ class Glob {
|
|
|
70288
70288
|
}
|
|
70289
70289
|
}
|
|
70290
70290
|
|
|
70291
|
-
// ../../node_modules/.bun/glob@
|
|
70291
|
+
// ../../node_modules/.bun/glob@12.0.0/node_modules/glob/dist/esm/has-magic.js
|
|
70292
70292
|
var hasMagic = (pattern, options = {}) => {
|
|
70293
70293
|
if (!Array.isArray(pattern)) {
|
|
70294
70294
|
pattern = [pattern];
|
|
@@ -70300,7 +70300,7 @@ var hasMagic = (pattern, options = {}) => {
|
|
|
70300
70300
|
return false;
|
|
70301
70301
|
};
|
|
70302
70302
|
|
|
70303
|
-
// ../../node_modules/.bun/glob@
|
|
70303
|
+
// ../../node_modules/.bun/glob@12.0.0/node_modules/glob/dist/esm/index.js
|
|
70304
70304
|
function globStreamSync(pattern, options = {}) {
|
|
70305
70305
|
return new Glob(pattern, options).streamSync();
|
|
70306
70306
|
}
|
|
@@ -83729,7 +83729,7 @@ var portalQueries = (server, env3) => {
|
|
|
83729
83729
|
var package_default = {
|
|
83730
83730
|
name: "@settlemint/sdk-mcp",
|
|
83731
83731
|
description: "MCP interface for SettleMint SDK, providing development tools and project management capabilities",
|
|
83732
|
-
version: "2.6.4-
|
|
83732
|
+
version: "2.6.4-preac21cc8",
|
|
83733
83733
|
type: "module",
|
|
83734
83734
|
private: false,
|
|
83735
83735
|
license: "FSL-1.1-MIT",
|
|
@@ -83772,8 +83772,8 @@ var package_default = {
|
|
|
83772
83772
|
"@graphql-tools/load": "8.1.6",
|
|
83773
83773
|
"@graphql-tools/url-loader": "9.0.4",
|
|
83774
83774
|
"@modelcontextprotocol/sdk": "1.21.1",
|
|
83775
|
-
"@settlemint/sdk-js": "2.6.4-
|
|
83776
|
-
"@settlemint/sdk-utils": "2.6.4-
|
|
83775
|
+
"@settlemint/sdk-js": "2.6.4-preac21cc8",
|
|
83776
|
+
"@settlemint/sdk-utils": "2.6.4-preac21cc8",
|
|
83777
83777
|
commander: "14.0.2",
|
|
83778
83778
|
graphql: "16.12.0",
|
|
83779
83779
|
zod: "^4",
|
|
@@ -89853,4 +89853,4 @@ await main().catch((error47) => {
|
|
|
89853
89853
|
process.exit(1);
|
|
89854
89854
|
});
|
|
89855
89855
|
|
|
89856
|
-
//# debugId=
|
|
89856
|
+
//# debugId=A61E4E2D4582A87064756E2164756E21
|