@settlemint/sdk-mcp 2.6.4-pr7d45987b → 2.6.4-pr8ab9b519
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
|
@@ -66415,7 +66415,7 @@ minimatch.Minimatch = Minimatch;
|
|
|
66415
66415
|
minimatch.escape = escape2;
|
|
66416
66416
|
minimatch.unescape = unescape2;
|
|
66417
66417
|
|
|
66418
|
-
// ../../node_modules/.bun/glob@
|
|
66418
|
+
// ../../node_modules/.bun/glob@12.0.0/node_modules/glob/dist/esm/glob.js
|
|
66419
66419
|
import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
66420
66420
|
|
|
66421
66421
|
// ../../node_modules/.bun/lru-cache@11.2.2/node_modules/lru-cache/dist/esm/index.js
|
|
@@ -69520,7 +69520,7 @@ class PathScurryDarwin extends PathScurryPosix {
|
|
|
69520
69520
|
var Path = process.platform === "win32" ? PathWin32 : PathPosix;
|
|
69521
69521
|
var PathScurry = process.platform === "win32" ? PathScurryWin32 : process.platform === "darwin" ? PathScurryDarwin : PathScurryPosix;
|
|
69522
69522
|
|
|
69523
|
-
// ../../node_modules/.bun/glob@
|
|
69523
|
+
// ../../node_modules/.bun/glob@12.0.0/node_modules/glob/dist/esm/pattern.js
|
|
69524
69524
|
var isPatternList = (pl) => pl.length >= 1;
|
|
69525
69525
|
var isGlobList = (gl) => gl.length >= 1;
|
|
69526
69526
|
|
|
@@ -69638,7 +69638,7 @@ class Pattern {
|
|
|
69638
69638
|
}
|
|
69639
69639
|
}
|
|
69640
69640
|
|
|
69641
|
-
// ../../node_modules/.bun/glob@
|
|
69641
|
+
// ../../node_modules/.bun/glob@12.0.0/node_modules/glob/dist/esm/ignore.js
|
|
69642
69642
|
var defaultPlatform2 = typeof process === "object" && process && typeof process.platform === "string" ? process.platform : "linux";
|
|
69643
69643
|
|
|
69644
69644
|
class Ignore {
|
|
@@ -69726,7 +69726,7 @@ class Ignore {
|
|
|
69726
69726
|
}
|
|
69727
69727
|
}
|
|
69728
69728
|
|
|
69729
|
-
// ../../node_modules/.bun/glob@
|
|
69729
|
+
// ../../node_modules/.bun/glob@12.0.0/node_modules/glob/dist/esm/processor.js
|
|
69730
69730
|
class HasWalkedCache {
|
|
69731
69731
|
store;
|
|
69732
69732
|
constructor(store = new Map) {
|
|
@@ -69944,7 +69944,7 @@ class Processor {
|
|
|
69944
69944
|
}
|
|
69945
69945
|
}
|
|
69946
69946
|
|
|
69947
|
-
// ../../node_modules/.bun/glob@
|
|
69947
|
+
// ../../node_modules/.bun/glob@12.0.0/node_modules/glob/dist/esm/walker.js
|
|
69948
69948
|
var makeIgnore = (ignore, opts) => typeof ignore === "string" ? new Ignore([ignore], opts) : Array.isArray(ignore) ? new Ignore(ignore, opts) : ignore;
|
|
69949
69949
|
|
|
69950
69950
|
class GlobUtil {
|
|
@@ -70271,7 +70271,7 @@ class GlobStream extends GlobUtil {
|
|
|
70271
70271
|
}
|
|
70272
70272
|
}
|
|
70273
70273
|
|
|
70274
|
-
// ../../node_modules/.bun/glob@
|
|
70274
|
+
// ../../node_modules/.bun/glob@12.0.0/node_modules/glob/dist/esm/glob.js
|
|
70275
70275
|
var defaultPlatform3 = typeof process === "object" && process && typeof process.platform === "string" ? process.platform : "linux";
|
|
70276
70276
|
|
|
70277
70277
|
class Glob {
|
|
@@ -70445,7 +70445,7 @@ class Glob {
|
|
|
70445
70445
|
}
|
|
70446
70446
|
}
|
|
70447
70447
|
|
|
70448
|
-
// ../../node_modules/.bun/glob@
|
|
70448
|
+
// ../../node_modules/.bun/glob@12.0.0/node_modules/glob/dist/esm/has-magic.js
|
|
70449
70449
|
var hasMagic = (pattern, options = {}) => {
|
|
70450
70450
|
if (!Array.isArray(pattern)) {
|
|
70451
70451
|
pattern = [pattern];
|
|
@@ -70457,7 +70457,7 @@ var hasMagic = (pattern, options = {}) => {
|
|
|
70457
70457
|
return false;
|
|
70458
70458
|
};
|
|
70459
70459
|
|
|
70460
|
-
// ../../node_modules/.bun/glob@
|
|
70460
|
+
// ../../node_modules/.bun/glob@12.0.0/node_modules/glob/dist/esm/index.js
|
|
70461
70461
|
function globStreamSync(pattern, options = {}) {
|
|
70462
70462
|
return new Glob(pattern, options).streamSync();
|
|
70463
70463
|
}
|
|
@@ -83886,7 +83886,7 @@ var portalQueries = (server, env3) => {
|
|
|
83886
83886
|
var package_default = {
|
|
83887
83887
|
name: "@settlemint/sdk-mcp",
|
|
83888
83888
|
description: "MCP interface for SettleMint SDK, providing development tools and project management capabilities",
|
|
83889
|
-
version: "2.6.4-
|
|
83889
|
+
version: "2.6.4-pr8ab9b519",
|
|
83890
83890
|
type: "module",
|
|
83891
83891
|
private: false,
|
|
83892
83892
|
license: "FSL-1.1-MIT",
|
|
@@ -83929,8 +83929,8 @@ var package_default = {
|
|
|
83929
83929
|
"@graphql-tools/load": "8.1.6",
|
|
83930
83930
|
"@graphql-tools/url-loader": "9.0.4",
|
|
83931
83931
|
"@modelcontextprotocol/sdk": "1.22.0",
|
|
83932
|
-
"@settlemint/sdk-js": "2.6.4-
|
|
83933
|
-
"@settlemint/sdk-utils": "2.6.4-
|
|
83932
|
+
"@settlemint/sdk-js": "2.6.4-pr8ab9b519",
|
|
83933
|
+
"@settlemint/sdk-utils": "2.6.4-pr8ab9b519",
|
|
83934
83934
|
commander: "14.0.2",
|
|
83935
83935
|
graphql: "16.12.0",
|
|
83936
83936
|
zod: "^4",
|
|
@@ -90010,4 +90010,4 @@ await main().catch((error47) => {
|
|
|
90010
90010
|
process.exit(1);
|
|
90011
90011
|
});
|
|
90012
90012
|
|
|
90013
|
-
//# debugId=
|
|
90013
|
+
//# debugId=CA82E9A0283DEA7564756E2164756E21
|