@settlemint/sdk-mcp 2.4.1 → 2.5.1-main60477d93
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 -8
- package/dist/mcp.js.map +3 -3
- package/package.json +4 -6
package/dist/mcp.js
CHANGED
|
@@ -59779,7 +59779,7 @@ var ElicitRequestSchema = RequestSchema.extend({
|
|
|
59779
59779
|
})
|
|
59780
59780
|
});
|
|
59781
59781
|
var ElicitResultSchema = ResultSchema.extend({
|
|
59782
|
-
action: exports_external.enum(["accept", "
|
|
59782
|
+
action: exports_external.enum(["accept", "decline", "cancel"]),
|
|
59783
59783
|
content: exports_external.optional(exports_external.record(exports_external.string(), exports_external.unknown()))
|
|
59784
59784
|
});
|
|
59785
59785
|
var ResourceTemplateReferenceSchema = exports_external.object({
|
|
@@ -90400,7 +90400,7 @@ var {
|
|
|
90400
90400
|
var package_default = {
|
|
90401
90401
|
name: "@settlemint/sdk-mcp",
|
|
90402
90402
|
description: "MCP interface for SettleMint SDK, providing development tools and project management capabilities",
|
|
90403
|
-
version: "2.
|
|
90403
|
+
version: "2.5.1-main60477d93",
|
|
90404
90404
|
type: "module",
|
|
90405
90405
|
private: false,
|
|
90406
90406
|
license: "FSL-1.1-MIT",
|
|
@@ -90434,8 +90434,6 @@ var package_default = {
|
|
|
90434
90434
|
scripts: {
|
|
90435
90435
|
build: "bun run build.ts",
|
|
90436
90436
|
dev: "tsdown --watch",
|
|
90437
|
-
test: "bun test",
|
|
90438
|
-
"test:coverage": "bun test --coverage",
|
|
90439
90437
|
typecheck: "tsc --noEmit",
|
|
90440
90438
|
"publish-npm": "bun publish --tag ${TAG} --access public || exit 0",
|
|
90441
90439
|
prepack: "cp ../../LICENSE ."
|
|
@@ -90443,9 +90441,9 @@ var package_default = {
|
|
|
90443
90441
|
dependencies: {
|
|
90444
90442
|
"@graphql-tools/load": "8.1.0",
|
|
90445
90443
|
"@graphql-tools/url-loader": "8.0.31",
|
|
90446
|
-
"@modelcontextprotocol/sdk": "1.
|
|
90447
|
-
"@settlemint/sdk-js": "2.
|
|
90448
|
-
"@settlemint/sdk-utils": "2.
|
|
90444
|
+
"@modelcontextprotocol/sdk": "1.15.1",
|
|
90445
|
+
"@settlemint/sdk-js": "2.5.1-main60477d93",
|
|
90446
|
+
"@settlemint/sdk-utils": "2.5.1-main60477d93",
|
|
90449
90447
|
"@commander-js/extra-typings": "14.0.0",
|
|
90450
90448
|
commander: "14.0.0",
|
|
90451
90449
|
zod: "^3.25.0"
|
|
@@ -107118,4 +107116,4 @@ await main().catch((error41) => {
|
|
|
107118
107116
|
process.exit(1);
|
|
107119
107117
|
});
|
|
107120
107118
|
|
|
107121
|
-
//# debugId=
|
|
107119
|
+
//# debugId=081CE3F63F0468EF64756E2164756E21
|