@settlemint/sdk-mcp 2.5.10 → 2.5.11
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 -6
- package/dist/mcp.js.map +4 -4
- package/package.json +3 -3
package/dist/mcp.js
CHANGED
|
@@ -81346,7 +81346,7 @@ var portalQueries = (server, env3) => {
|
|
|
81346
81346
|
var package_default = {
|
|
81347
81347
|
name: "@settlemint/sdk-mcp",
|
|
81348
81348
|
description: "MCP interface for SettleMint SDK, providing development tools and project management capabilities",
|
|
81349
|
-
version: "2.5.
|
|
81349
|
+
version: "2.5.11",
|
|
81350
81350
|
type: "module",
|
|
81351
81351
|
private: false,
|
|
81352
81352
|
license: "FSL-1.1-MIT",
|
|
@@ -81389,8 +81389,8 @@ var package_default = {
|
|
|
81389
81389
|
"@graphql-tools/load": "8.1.2",
|
|
81390
81390
|
"@graphql-tools/url-loader": "8.0.33",
|
|
81391
81391
|
"@modelcontextprotocol/sdk": "1.17.3",
|
|
81392
|
-
"@settlemint/sdk-js": "2.5.
|
|
81393
|
-
"@settlemint/sdk-utils": "2.5.
|
|
81392
|
+
"@settlemint/sdk-js": "2.5.11",
|
|
81393
|
+
"@settlemint/sdk-utils": "2.5.11",
|
|
81394
81394
|
commander: "14.0.0",
|
|
81395
81395
|
graphql: "16.11.0",
|
|
81396
81396
|
zod: "^4",
|
|
@@ -81928,7 +81928,7 @@ const hasura = await platformIntegrationToolCreate({
|
|
|
81928
81928
|
type: "DEDICATED",
|
|
81929
81929
|
provider: "aws",
|
|
81930
81930
|
region: "eu-west-1",
|
|
81931
|
-
integrationType: "
|
|
81931
|
+
integrationType: "HA_HASURA"
|
|
81932
81932
|
});
|
|
81933
81933
|
\`\`\`
|
|
81934
81934
|
|
|
@@ -86298,7 +86298,7 @@ var platformIntegrationToolCreate = (server, env3, pat) => {
|
|
|
86298
86298
|
size: exports_external2.enum(["SMALL", "MEDIUM", "LARGE"]).describe("Size of the integration tool"),
|
|
86299
86299
|
provider: exports_external2.string().describe("Provider for the integration tool"),
|
|
86300
86300
|
region: exports_external2.string().describe("Region for the integration tool"),
|
|
86301
|
-
integrationType: exports_external2.enum(["CHAINLINK", "HASURA", "INTEGRATION_STUDIO"]).describe("Type of integration")
|
|
86301
|
+
integrationType: exports_external2.enum(["CHAINLINK", "HASURA", "HA_HASURA", "INTEGRATION_STUDIO"]).describe("Type of integration")
|
|
86302
86302
|
});
|
|
86303
86303
|
server.tool("platform-integration-tool-create", { inputSchema: zodToJsonSchema3(schema) }, async (params) => {
|
|
86304
86304
|
const parsed = schema.parse(params);
|
|
@@ -87511,4 +87511,4 @@ await main().catch((error44) => {
|
|
|
87511
87511
|
process.exit(1);
|
|
87512
87512
|
});
|
|
87513
87513
|
|
|
87514
|
-
//# debugId=
|
|
87514
|
+
//# debugId=E3F950C2D0972D5964756E2164756E21
|