@settlemint/sdk-mcp 2.6.2-prb30519ca → 2.6.2-prbcb9b987
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 -4
- package/dist/mcp.js.map +3 -3
- package/package.json +3 -3
package/dist/mcp.js
CHANGED
|
@@ -82197,7 +82197,7 @@ var portalQueries = (server, env3) => {
|
|
|
82197
82197
|
var package_default = {
|
|
82198
82198
|
name: "@settlemint/sdk-mcp",
|
|
82199
82199
|
description: "MCP interface for SettleMint SDK, providing development tools and project management capabilities",
|
|
82200
|
-
version: "2.6.2-
|
|
82200
|
+
version: "2.6.2-prbcb9b987",
|
|
82201
82201
|
type: "module",
|
|
82202
82202
|
private: false,
|
|
82203
82203
|
license: "FSL-1.1-MIT",
|
|
@@ -82240,8 +82240,8 @@ var package_default = {
|
|
|
82240
82240
|
"@graphql-tools/load": "8.1.2",
|
|
82241
82241
|
"@graphql-tools/url-loader": "9.0.0",
|
|
82242
82242
|
"@modelcontextprotocol/sdk": "1.17.5",
|
|
82243
|
-
"@settlemint/sdk-js": "2.6.2-
|
|
82244
|
-
"@settlemint/sdk-utils": "2.6.2-
|
|
82243
|
+
"@settlemint/sdk-js": "2.6.2-prbcb9b987",
|
|
82244
|
+
"@settlemint/sdk-utils": "2.6.2-prbcb9b987",
|
|
82245
82245
|
commander: "14.0.0",
|
|
82246
82246
|
graphql: "16.11.0",
|
|
82247
82247
|
zod: "^4",
|
|
@@ -84972,6 +84972,7 @@ var createBlockchainNetwork = graphql(`
|
|
|
84972
84972
|
$quorumGenesis: QuorumGenesisInput
|
|
84973
84973
|
$externalNodes: [BlockchainNetworkExternalNodeInput!]
|
|
84974
84974
|
$privateKeyId: ID
|
|
84975
|
+
$includePredeployedContracts: Boolean
|
|
84975
84976
|
) {
|
|
84976
84977
|
createBlockchainNetwork(
|
|
84977
84978
|
applicationId: $applicationId
|
|
@@ -85000,6 +85001,7 @@ var createBlockchainNetwork = graphql(`
|
|
|
85000
85001
|
quorumGenesis: $quorumGenesis
|
|
85001
85002
|
externalNodes: $externalNodes
|
|
85002
85003
|
keyMaterial: $privateKeyId
|
|
85004
|
+
includePredeployedContracts: $includePredeployedContracts
|
|
85003
85005
|
) {
|
|
85004
85006
|
...BlockchainNetwork
|
|
85005
85007
|
}
|
|
@@ -88308,4 +88310,4 @@ await main().catch((error44) => {
|
|
|
88308
88310
|
process.exit(1);
|
|
88309
88311
|
});
|
|
88310
88312
|
|
|
88311
|
-
//# debugId=
|
|
88313
|
+
//# debugId=91FF2077911E4BF464756E2164756E21
|