@settlemint/sdk-mcp 2.4.0-pr40fde26a → 2.4.0-pr4e302faf
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 -7
- package/dist/mcp.js.map +3 -3
- package/package.json +4 -4
package/dist/mcp.js
CHANGED
|
@@ -62161,8 +62161,7 @@ class McpServer {
|
|
|
62161
62161
|
}
|
|
62162
62162
|
}
|
|
62163
62163
|
var EMPTY_OBJECT_JSON_SCHEMA = {
|
|
62164
|
-
type: "object"
|
|
62165
|
-
properties: {}
|
|
62164
|
+
type: "object"
|
|
62166
62165
|
};
|
|
62167
62166
|
function isZodRawShape(obj) {
|
|
62168
62167
|
if (typeof obj !== "object" || obj === null)
|
|
@@ -90400,7 +90399,7 @@ var {
|
|
|
90400
90399
|
var package_default = {
|
|
90401
90400
|
name: "@settlemint/sdk-mcp",
|
|
90402
90401
|
description: "MCP interface for SettleMint SDK, providing development tools and project management capabilities",
|
|
90403
|
-
version: "2.4.0-
|
|
90402
|
+
version: "2.4.0-pr4e302faf",
|
|
90404
90403
|
type: "module",
|
|
90405
90404
|
private: false,
|
|
90406
90405
|
license: "FSL-1.1-MIT",
|
|
@@ -90443,9 +90442,9 @@ var package_default = {
|
|
|
90443
90442
|
dependencies: {
|
|
90444
90443
|
"@graphql-tools/load": "8.1.0",
|
|
90445
90444
|
"@graphql-tools/url-loader": "8.0.31",
|
|
90446
|
-
"@modelcontextprotocol/sdk": "1.13.
|
|
90447
|
-
"@settlemint/sdk-js": "2.4.0-
|
|
90448
|
-
"@settlemint/sdk-utils": "2.4.0-
|
|
90445
|
+
"@modelcontextprotocol/sdk": "1.13.2",
|
|
90446
|
+
"@settlemint/sdk-js": "2.4.0-pr4e302faf",
|
|
90447
|
+
"@settlemint/sdk-utils": "2.4.0-pr4e302faf",
|
|
90449
90448
|
"@commander-js/extra-typings": "14.0.0",
|
|
90450
90449
|
commander: "14.0.0",
|
|
90451
90450
|
zod: "^3.25.0"
|
|
@@ -107110,4 +107109,4 @@ await main().catch((error41) => {
|
|
|
107110
107109
|
process.exit(1);
|
|
107111
107110
|
});
|
|
107112
107111
|
|
|
107113
|
-
//# debugId=
|
|
107112
|
+
//# debugId=60AF97D2E942808B64756E2164756E21
|