@settlemint/sdk-mcp 2.6.2-pr9f60626b → 2.6.2-prf41b74b3
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
|
@@ -82135,7 +82135,7 @@ var portalQueries = (server, env3) => {
|
|
|
82135
82135
|
var package_default = {
|
|
82136
82136
|
name: "@settlemint/sdk-mcp",
|
|
82137
82137
|
description: "MCP interface for SettleMint SDK, providing development tools and project management capabilities",
|
|
82138
|
-
version: "2.6.2-
|
|
82138
|
+
version: "2.6.2-prf41b74b3",
|
|
82139
82139
|
type: "module",
|
|
82140
82140
|
private: false,
|
|
82141
82141
|
license: "FSL-1.1-MIT",
|
|
@@ -82178,8 +82178,8 @@ var package_default = {
|
|
|
82178
82178
|
"@graphql-tools/load": "8.1.2",
|
|
82179
82179
|
"@graphql-tools/url-loader": "8.0.33",
|
|
82180
82180
|
"@modelcontextprotocol/sdk": "1.17.5",
|
|
82181
|
-
"@settlemint/sdk-js": "2.6.2-
|
|
82182
|
-
"@settlemint/sdk-utils": "2.6.2-
|
|
82181
|
+
"@settlemint/sdk-js": "2.6.2-prf41b74b3",
|
|
82182
|
+
"@settlemint/sdk-utils": "2.6.2-prf41b74b3",
|
|
82183
82183
|
commander: "14.0.0",
|
|
82184
82184
|
graphql: "16.11.0",
|
|
82185
82185
|
zod: "^4",
|
|
@@ -84910,6 +84910,7 @@ var createBlockchainNetwork = graphql(`
|
|
|
84910
84910
|
$quorumGenesis: QuorumGenesisInput
|
|
84911
84911
|
$externalNodes: [BlockchainNetworkExternalNodeInput!]
|
|
84912
84912
|
$privateKeyId: ID
|
|
84913
|
+
$includePredeployedContracts: Boolean
|
|
84913
84914
|
) {
|
|
84914
84915
|
createBlockchainNetwork(
|
|
84915
84916
|
applicationId: $applicationId
|
|
@@ -84938,6 +84939,7 @@ var createBlockchainNetwork = graphql(`
|
|
|
84938
84939
|
quorumGenesis: $quorumGenesis
|
|
84939
84940
|
externalNodes: $externalNodes
|
|
84940
84941
|
keyMaterial: $privateKeyId
|
|
84942
|
+
includePredeployedContracts: $includePredeployedContracts
|
|
84941
84943
|
) {
|
|
84942
84944
|
...BlockchainNetwork
|
|
84943
84945
|
}
|
|
@@ -88246,4 +88248,4 @@ await main().catch((error44) => {
|
|
|
88246
88248
|
process.exit(1);
|
|
88247
88249
|
});
|
|
88248
88250
|
|
|
88249
|
-
//# debugId=
|
|
88251
|
+
//# debugId=AD9CB450AF57989464756E2164756E21
|