@settlemint/sdk-mcp 2.6.0-prdf8fb8a1 → 2.6.0
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 +13 -13
- package/dist/mcp.js.map +2 -2
- package/package.json +4 -4
package/dist/mcp.js
CHANGED
|
@@ -48089,7 +48089,7 @@ var coerce = {
|
|
|
48089
48089
|
date: (arg) => ZodDate.create({ ...arg, coerce: true })
|
|
48090
48090
|
};
|
|
48091
48091
|
var NEVER = INVALID;
|
|
48092
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.17.
|
|
48092
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.17.3/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
|
|
48093
48093
|
var LATEST_PROTOCOL_VERSION = "2025-06-18";
|
|
48094
48094
|
var SUPPORTED_PROTOCOL_VERSIONS = [
|
|
48095
48095
|
LATEST_PROTOCOL_VERSION,
|
|
@@ -48639,7 +48639,7 @@ class McpError extends Error {
|
|
|
48639
48639
|
}
|
|
48640
48640
|
}
|
|
48641
48641
|
|
|
48642
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.17.
|
|
48642
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.17.3/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js
|
|
48643
48643
|
var DEFAULT_REQUEST_TIMEOUT_MSEC = 60000;
|
|
48644
48644
|
|
|
48645
48645
|
class Protocol {
|
|
@@ -48979,7 +48979,7 @@ function mergeCapabilities(base, additional) {
|
|
|
48979
48979
|
}, { ...base });
|
|
48980
48980
|
}
|
|
48981
48981
|
|
|
48982
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.17.
|
|
48982
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.17.3/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js
|
|
48983
48983
|
var import_ajv = __toESM(require_ajv(), 1);
|
|
48984
48984
|
|
|
48985
48985
|
class Server extends Protocol {
|
|
@@ -50395,7 +50395,7 @@ var zodToJsonSchema = (schema, options) => {
|
|
|
50395
50395
|
}
|
|
50396
50396
|
return combined;
|
|
50397
50397
|
};
|
|
50398
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.17.
|
|
50398
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.17.3/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.js
|
|
50399
50399
|
var McpZodTypeKind;
|
|
50400
50400
|
(function(McpZodTypeKind2) {
|
|
50401
50401
|
McpZodTypeKind2["Completable"] = "McpCompletable";
|
|
@@ -50448,7 +50448,7 @@ function processCreateParams2(params) {
|
|
|
50448
50448
|
return { errorMap: customMap, description };
|
|
50449
50449
|
}
|
|
50450
50450
|
|
|
50451
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.17.
|
|
50451
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.17.3/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.js
|
|
50452
50452
|
class McpServer {
|
|
50453
50453
|
constructor(serverInfo, options) {
|
|
50454
50454
|
this._registeredResources = {};
|
|
@@ -51005,10 +51005,10 @@ var EMPTY_COMPLETION_RESULT = {
|
|
|
51005
51005
|
}
|
|
51006
51006
|
};
|
|
51007
51007
|
|
|
51008
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.17.
|
|
51008
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.17.3/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
|
|
51009
51009
|
import process2 from "node:process";
|
|
51010
51010
|
|
|
51011
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.17.
|
|
51011
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.17.3/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js
|
|
51012
51012
|
class ReadBuffer {
|
|
51013
51013
|
append(chunk) {
|
|
51014
51014
|
this._buffer = this._buffer ? Buffer.concat([this._buffer, chunk]) : chunk;
|
|
@@ -51038,7 +51038,7 @@ function serializeMessage(message) {
|
|
|
51038
51038
|
`;
|
|
51039
51039
|
}
|
|
51040
51040
|
|
|
51041
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.17.
|
|
51041
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.17.3/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
|
|
51042
51042
|
class StdioServerTransport {
|
|
51043
51043
|
constructor(_stdin = process2.stdin, _stdout = process2.stdout) {
|
|
51044
51044
|
this._stdin = _stdin;
|
|
@@ -81348,7 +81348,7 @@ var portalQueries = (server, env3) => {
|
|
|
81348
81348
|
var package_default = {
|
|
81349
81349
|
name: "@settlemint/sdk-mcp",
|
|
81350
81350
|
description: "MCP interface for SettleMint SDK, providing development tools and project management capabilities",
|
|
81351
|
-
version: "2.6.0
|
|
81351
|
+
version: "2.6.0",
|
|
81352
81352
|
type: "module",
|
|
81353
81353
|
private: false,
|
|
81354
81354
|
license: "FSL-1.1-MIT",
|
|
@@ -81390,9 +81390,9 @@ var package_default = {
|
|
|
81390
81390
|
"@commander-js/extra-typings": "14.0.0",
|
|
81391
81391
|
"@graphql-tools/load": "8.1.2",
|
|
81392
81392
|
"@graphql-tools/url-loader": "8.0.33",
|
|
81393
|
-
"@modelcontextprotocol/sdk": "1.17.
|
|
81394
|
-
"@settlemint/sdk-js": "2.6.0
|
|
81395
|
-
"@settlemint/sdk-utils": "2.6.0
|
|
81393
|
+
"@modelcontextprotocol/sdk": "1.17.3",
|
|
81394
|
+
"@settlemint/sdk-js": "2.6.0",
|
|
81395
|
+
"@settlemint/sdk-utils": "2.6.0",
|
|
81396
81396
|
commander: "14.0.0",
|
|
81397
81397
|
graphql: "16.11.0",
|
|
81398
81398
|
zod: "^4",
|
|
@@ -87513,4 +87513,4 @@ await main().catch((error44) => {
|
|
|
87513
87513
|
process.exit(1);
|
|
87514
87514
|
});
|
|
87515
87515
|
|
|
87516
|
-
//# debugId=
|
|
87516
|
+
//# debugId=8D91FE6FA1FD373964756E2164756E21
|