@dokploy/mcp 0.30.4 → 0.30.5
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 +63 -3
- package/package.json +1 -1
package/build/generated/tools.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// AUTO-GENERATED FILE — DO NOT EDIT MANUALLY
|
|
2
|
-
// Generated from openapi.json on 2026-09-
|
|
2
|
+
// Generated from openapi.json on 2026-09-02
|
|
3
3
|
// Run `pnpm generate` to regenerate
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
export const generatedTools = [
|
|
@@ -27,6 +27,18 @@ export const generatedTools = [
|
|
|
27
27
|
...{ "openWorldHint": true },
|
|
28
28
|
},
|
|
29
29
|
},
|
|
30
|
+
{
|
|
31
|
+
name: "application-deployNginxQuickstart",
|
|
32
|
+
description: "POST /application.deployNginxQuickstart",
|
|
33
|
+
tag: "application",
|
|
34
|
+
method: "POST",
|
|
35
|
+
path: "/application.deployNginxQuickstart",
|
|
36
|
+
schema: z.object({ "environmentId": z.string().min(1), "serverId": z.string().min(1).optional() }),
|
|
37
|
+
annotations: {
|
|
38
|
+
title: "Application DeployNginxQuickstart",
|
|
39
|
+
...{ "idempotentHint": true, "openWorldHint": true },
|
|
40
|
+
},
|
|
41
|
+
},
|
|
30
42
|
{
|
|
31
43
|
name: "application-one",
|
|
32
44
|
description: "GET /application.one",
|
|
@@ -1005,7 +1017,7 @@ export const generatedTools = [
|
|
|
1005
1017
|
tag: "compose",
|
|
1006
1018
|
method: "POST",
|
|
1007
1019
|
path: "/compose.deploy",
|
|
1008
|
-
schema: z.object({ "composeId": z.string().min(1), "title": z.string().optional(), "description": z.string().optional() }),
|
|
1020
|
+
schema: z.object({ "composeId": z.string().min(1), "title": z.string().optional(), "description": z.string().optional(), "freshVolumes": z.boolean().optional() }),
|
|
1009
1021
|
annotations: {
|
|
1010
1022
|
title: "Compose Deploy",
|
|
1011
1023
|
...{ "idempotentHint": true, "openWorldHint": true },
|
|
@@ -1017,7 +1029,7 @@ export const generatedTools = [
|
|
|
1017
1029
|
tag: "compose",
|
|
1018
1030
|
method: "POST",
|
|
1019
1031
|
path: "/compose.redeploy",
|
|
1020
|
-
schema: z.object({ "composeId": z.string().min(1), "title": z.string().optional(), "description": z.string().optional() }),
|
|
1032
|
+
schema: z.object({ "composeId": z.string().min(1), "title": z.string().optional(), "description": z.string().optional(), "freshVolumes": z.boolean().optional() }),
|
|
1021
1033
|
annotations: {
|
|
1022
1034
|
title: "Compose Redeploy",
|
|
1023
1035
|
...{ "idempotentHint": true, "openWorldHint": true },
|
|
@@ -4038,6 +4050,30 @@ export const generatedTools = [
|
|
|
4038
4050
|
...{ "readOnlyHint": true, "idempotentHint": true, "openWorldHint": true },
|
|
4039
4051
|
},
|
|
4040
4052
|
},
|
|
4053
|
+
{
|
|
4054
|
+
name: "project-onboardingStatus",
|
|
4055
|
+
description: "GET /project.onboardingStatus",
|
|
4056
|
+
tag: "project",
|
|
4057
|
+
method: "GET",
|
|
4058
|
+
path: "/project.onboardingStatus",
|
|
4059
|
+
schema: z.object({}),
|
|
4060
|
+
annotations: {
|
|
4061
|
+
title: "Project OnboardingStatus",
|
|
4062
|
+
...{ "readOnlyHint": true, "idempotentHint": true, "openWorldHint": true },
|
|
4063
|
+
},
|
|
4064
|
+
},
|
|
4065
|
+
{
|
|
4066
|
+
name: "project-completeOnboarding",
|
|
4067
|
+
description: "POST /project.completeOnboarding",
|
|
4068
|
+
tag: "project",
|
|
4069
|
+
method: "POST",
|
|
4070
|
+
path: "/project.completeOnboarding",
|
|
4071
|
+
schema: z.object({}),
|
|
4072
|
+
annotations: {
|
|
4073
|
+
title: "Project CompleteOnboarding",
|
|
4074
|
+
...{ "idempotentHint": true, "openWorldHint": true },
|
|
4075
|
+
},
|
|
4076
|
+
},
|
|
4041
4077
|
{
|
|
4042
4078
|
name: "project-search",
|
|
4043
4079
|
description: "GET /project.search",
|
|
@@ -5406,6 +5442,30 @@ export const generatedTools = [
|
|
|
5406
5442
|
...{ "readOnlyHint": true, "idempotentHint": true, "openWorldHint": true },
|
|
5407
5443
|
},
|
|
5408
5444
|
},
|
|
5445
|
+
{
|
|
5446
|
+
name: "stripe-getBillingStatus",
|
|
5447
|
+
description: "GET /stripe.getBillingStatus",
|
|
5448
|
+
tag: "stripe",
|
|
5449
|
+
method: "GET",
|
|
5450
|
+
path: "/stripe.getBillingStatus",
|
|
5451
|
+
schema: z.object({}),
|
|
5452
|
+
annotations: {
|
|
5453
|
+
title: "Stripe GetBillingStatus",
|
|
5454
|
+
...{ "readOnlyHint": true, "idempotentHint": true, "openWorldHint": true },
|
|
5455
|
+
},
|
|
5456
|
+
},
|
|
5457
|
+
{
|
|
5458
|
+
name: "stripe-startFreeTrial",
|
|
5459
|
+
description: "POST /stripe.startFreeTrial",
|
|
5460
|
+
tag: "stripe",
|
|
5461
|
+
method: "POST",
|
|
5462
|
+
path: "/stripe.startFreeTrial",
|
|
5463
|
+
schema: z.object({}),
|
|
5464
|
+
annotations: {
|
|
5465
|
+
title: "Stripe StartFreeTrial",
|
|
5466
|
+
...{ "idempotentHint": true, "openWorldHint": true },
|
|
5467
|
+
},
|
|
5468
|
+
},
|
|
5409
5469
|
{
|
|
5410
5470
|
name: "stripe-getProducts",
|
|
5411
5471
|
description: "GET /stripe.getProducts",
|