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