@settlemint/sdk-mcp 2.6.1-prd8cf44b4 → 2.6.2

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 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.1-prd8cf44b4",
82138
+ version: "2.6.2",
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.1-prd8cf44b4",
82182
- "@settlemint/sdk-utils": "2.6.1-prd8cf44b4",
82181
+ "@settlemint/sdk-js": "2.6.2",
82182
+ "@settlemint/sdk-utils": "2.6.2",
82183
82183
  commander: "14.0.0",
82184
82184
  graphql: "16.11.0",
82185
82185
  zod: "^4",
@@ -84840,36 +84840,6 @@ var BlockchainNetworkFragment = graphql(`
84840
84840
  ... on BesuIbftv2BlockchainNetwork {
84841
84841
  chainId
84842
84842
  }
84843
- ... on GethPoWBlockchainNetwork {
84844
- chainId
84845
- }
84846
- ... on GethPoSRinkebyBlockchainNetwork {
84847
- chainId
84848
- }
84849
- ... on GethVenidiumBlockchainNetwork {
84850
- chainId
84851
- }
84852
- ... on GethGoerliBlockchainNetwork {
84853
- chainId
84854
- }
84855
- ... on AvalancheBlockchainNetwork {
84856
- chainId
84857
- }
84858
- ... on AvalancheFujiBlockchainNetwork {
84859
- chainId
84860
- }
84861
- ... on BscPoWBlockchainNetwork {
84862
- chainId
84863
- }
84864
- ... on BscPoWTestnetBlockchainNetwork {
84865
- chainId
84866
- }
84867
- ... on PolygonBlockchainNetwork {
84868
- chainId
84869
- }
84870
- ... on PolygonMumbaiBlockchainNetwork {
84871
- chainId
84872
- }
84873
84843
  ... on PolygonEdgePoABlockchainNetwork {
84874
84844
  chainId
84875
84845
  }
@@ -84879,6 +84849,9 @@ var BlockchainNetworkFragment = graphql(`
84879
84849
  ... on GethCliqueBlockchainNetwork {
84880
84850
  chainId
84881
84851
  }
84852
+ ... on PublicEvmBlockchainNetwork {
84853
+ chainId
84854
+ }
84882
84855
  blockchainNodes {
84883
84856
  ... on BlockchainNode {
84884
84857
  id
@@ -85072,36 +85045,6 @@ var BlockchainNodeFragment = graphql(`
85072
85045
  ... on BesuIbftv2BlockchainNetwork {
85073
85046
  chainId
85074
85047
  }
85075
- ... on GethPoWBlockchainNetwork {
85076
- chainId
85077
- }
85078
- ... on GethPoSRinkebyBlockchainNetwork {
85079
- chainId
85080
- }
85081
- ... on GethVenidiumBlockchainNetwork {
85082
- chainId
85083
- }
85084
- ... on GethGoerliBlockchainNetwork {
85085
- chainId
85086
- }
85087
- ... on AvalancheBlockchainNetwork {
85088
- chainId
85089
- }
85090
- ... on AvalancheFujiBlockchainNetwork {
85091
- chainId
85092
- }
85093
- ... on BscPoWBlockchainNetwork {
85094
- chainId
85095
- }
85096
- ... on BscPoWTestnetBlockchainNetwork {
85097
- chainId
85098
- }
85099
- ... on PolygonBlockchainNetwork {
85100
- chainId
85101
- }
85102
- ... on PolygonMumbaiBlockchainNetwork {
85103
- chainId
85104
- }
85105
85048
  ... on PolygonEdgePoABlockchainNetwork {
85106
85049
  chainId
85107
85050
  }
@@ -85111,6 +85054,9 @@ var BlockchainNodeFragment = graphql(`
85111
85054
  ... on GethCliqueBlockchainNetwork {
85112
85055
  chainId
85113
85056
  }
85057
+ ... on PublicEvmBlockchainNetwork {
85058
+ chainId
85059
+ }
85114
85060
  }
85115
85061
  }
85116
85062
  privateKeys {
@@ -88300,4 +88246,4 @@ await main().catch((error44) => {
88300
88246
  process.exit(1);
88301
88247
  });
88302
88248
 
88303
- //# debugId=C71C6DFD9B31E26F64756E2164756E21
88249
+ //# debugId=67288B0B8B3716BA64756E2164756E21