@dokploy/mcp 0.29.10 → 0.29.12
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/build/generated/tools.js +38 -2
- package/package.json +1 -1
package/build/generated/tools.js
CHANGED
|
@@ -393,7 +393,7 @@ export const generatedTools = [
|
|
|
393
393
|
tag: "backup",
|
|
394
394
|
method: "POST",
|
|
395
395
|
path: "/backup.create",
|
|
396
|
-
schema: z.object({ "schedule": z.string(), "enabled": z.union([z.boolean(), z.null()]).optional(), "prefix": z.string().min(1), "destinationId": z.string(), "keepLatestCount": z.union([z.number(), z.null()]).optional(), "database": z.string().min(1), "mariadbId": z.union([z.string(), z.null()]).optional(), "mysqlId": z.union([z.string(), z.null()]).optional(), "postgresId": z.union([z.string(), z.null()]).optional(), "mongoId": z.union([z.string(), z.null()]).optional(), "libsqlId": z.union([z.string(), z.null()]).optional(), "databaseType": z.enum(["postgres", "mariadb", "mysql", "mongo", "web-server", "libsql"]), "userId": z.union([z.string(), z.null()]).optional(), "backupType": z.enum(["database", "compose"]).optional(), "composeId": z.union([z.string(), z.null()]).optional(), "serviceName": z.union([z.string(), z.null()]).optional(), "metadata": z.union([z.any(), z.null()]).optional() }),
|
|
396
|
+
schema: z.object({ "schedule": z.string(), "enabled": z.union([z.boolean(), z.null()]).optional(), "prefix": z.string().min(1), "destinationId": z.string(), "keepLatestCount": z.union([z.number(), z.null()]).optional(), "database": z.string().min(1), "mariadbId": z.union([z.string(), z.null()]).optional(), "mysqlId": z.union([z.string(), z.null()]).optional(), "postgresId": z.union([z.string(), z.null()]).optional(), "mongoId": z.union([z.string(), z.null()]).optional(), "libsqlId": z.union([z.string(), z.null()]).optional(), "databaseType": z.enum(["postgres", "mariadb", "mysql", "mongo", "web-server", "libsql"]), "userId": z.union([z.string(), z.null()]).optional(), "backupType": z.enum(["database", "compose"]).optional(), "composeId": z.union([z.string(), z.null()]).optional(), "serviceName": z.union([z.string(), z.null()]).optional(), "includeEncryptionKey": z.boolean().optional(), "metadata": z.union([z.any(), z.null()]).optional() }),
|
|
397
397
|
annotations: {
|
|
398
398
|
title: "Backup Create",
|
|
399
399
|
...{ "openWorldHint": true },
|
|
@@ -417,7 +417,7 @@ export const generatedTools = [
|
|
|
417
417
|
tag: "backup",
|
|
418
418
|
method: "POST",
|
|
419
419
|
path: "/backup.update",
|
|
420
|
-
schema: z.object({ "schedule": z.string(), "enabled": z.union([z.boolean(), z.null()]), "prefix": z.string().min(1), "backupId": z.string(), "destinationId": z.string(), "database": z.string().min(1), "keepLatestCount": z.union([z.number(), z.null()]), "serviceName": z.union([z.string(), z.null()]), "metadata": z.union([z.any(), z.null()]), "databaseType": z.enum(["postgres", "mariadb", "mysql", "mongo", "web-server", "libsql"]) }),
|
|
420
|
+
schema: z.object({ "schedule": z.string(), "enabled": z.union([z.boolean(), z.null()]), "prefix": z.string().min(1), "backupId": z.string(), "destinationId": z.string(), "database": z.string().min(1), "keepLatestCount": z.union([z.number(), z.null()]), "serviceName": z.union([z.string(), z.null()]), "metadata": z.union([z.any(), z.null()]), "databaseType": z.enum(["postgres", "mariadb", "mysql", "mongo", "web-server", "libsql"]), "includeEncryptionKey": z.boolean().optional() }),
|
|
421
421
|
annotations: {
|
|
422
422
|
title: "Backup Update",
|
|
423
423
|
...{ "idempotentHint": true, "openWorldHint": true },
|
|
@@ -5751,6 +5751,42 @@ export const generatedTools = [
|
|
|
5751
5751
|
...{ "idempotentHint": true, "openWorldHint": true },
|
|
5752
5752
|
},
|
|
5753
5753
|
},
|
|
5754
|
+
{
|
|
5755
|
+
name: "scim-listProviders",
|
|
5756
|
+
description: "GET /scim.listProviders",
|
|
5757
|
+
tag: "scim",
|
|
5758
|
+
method: "GET",
|
|
5759
|
+
path: "/scim.listProviders",
|
|
5760
|
+
schema: z.object({}),
|
|
5761
|
+
annotations: {
|
|
5762
|
+
title: "Scim ListProviders",
|
|
5763
|
+
...{ "readOnlyHint": true, "idempotentHint": true, "openWorldHint": true },
|
|
5764
|
+
},
|
|
5765
|
+
},
|
|
5766
|
+
{
|
|
5767
|
+
name: "scim-generateToken",
|
|
5768
|
+
description: "POST /scim.generateToken",
|
|
5769
|
+
tag: "scim",
|
|
5770
|
+
method: "POST",
|
|
5771
|
+
path: "/scim.generateToken",
|
|
5772
|
+
schema: z.object({ "providerId": z.string().regex(new RegExp("^[a-z0-9][a-z0-9-]*$")).min(1).max(64) }),
|
|
5773
|
+
annotations: {
|
|
5774
|
+
title: "Scim GenerateToken",
|
|
5775
|
+
...{ "idempotentHint": true, "openWorldHint": true },
|
|
5776
|
+
},
|
|
5777
|
+
},
|
|
5778
|
+
{
|
|
5779
|
+
name: "scim-deleteProvider",
|
|
5780
|
+
description: "POST /scim.deleteProvider",
|
|
5781
|
+
tag: "scim",
|
|
5782
|
+
method: "POST",
|
|
5783
|
+
path: "/scim.deleteProvider",
|
|
5784
|
+
schema: z.object({ "providerId": z.string().regex(new RegExp("^[a-z0-9][a-z0-9-]*$")).min(1).max(64) }),
|
|
5785
|
+
annotations: {
|
|
5786
|
+
title: "Scim DeleteProvider",
|
|
5787
|
+
...{ "destructiveHint": true, "openWorldHint": true },
|
|
5788
|
+
},
|
|
5789
|
+
},
|
|
5754
5790
|
{
|
|
5755
5791
|
name: "forwardAuth-getAuthDomain",
|
|
5756
5792
|
description: "GET /forwardAuth.getAuthDomain",
|