@dokploy/mcp 0.29.3 → 0.29.4
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 +8 -8
- 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-
|
|
2
|
+
// Generated from openapi.json on 2026-08-06
|
|
3
3
|
// Run `pnpm generate` to regenerate
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
export const generatedTools = [
|
|
@@ -129,7 +129,7 @@ export const generatedTools = [
|
|
|
129
129
|
tag: "application",
|
|
130
130
|
method: "POST",
|
|
131
131
|
path: "/application.saveGithubProvider",
|
|
132
|
-
schema: z.object({ "applicationId": z.string(), "repository": z.union([z.string(), z.null()]), "
|
|
132
|
+
schema: z.object({ "applicationId": z.string(), "repository": z.union([z.string(), z.null()]), "owner": z.union([z.string(), z.null()]), "buildPath": z.union([z.string(), z.null()]), "githubId": z.union([z.string(), z.null()]), "branch": z.string().regex(new RegExp("^[a-zA-Z0-9._\\-/]+$")).min(1), "triggerType": z.enum(["push", "tag"]).default("push"), "enableSubmodules": z.boolean().optional(), "watchPaths": z.union([z.array(z.string()), z.null()]).optional() }),
|
|
133
133
|
annotations: {
|
|
134
134
|
title: "Application SaveGithubProvider",
|
|
135
135
|
...{ "idempotentHint": true, "openWorldHint": true },
|
|
@@ -141,7 +141,7 @@ export const generatedTools = [
|
|
|
141
141
|
tag: "application",
|
|
142
142
|
method: "POST",
|
|
143
143
|
path: "/application.saveGitlabProvider",
|
|
144
|
-
schema: z.object({ "applicationId": z.string(), "
|
|
144
|
+
schema: z.object({ "applicationId": z.string(), "gitlabBuildPath": z.union([z.string(), z.null()]), "gitlabOwner": z.union([z.string(), z.null()]), "gitlabRepository": z.union([z.string(), z.null()]), "gitlabId": z.union([z.string(), z.null()]), "gitlabProjectId": z.union([z.number(), z.null()]), "gitlabPathNamespace": z.union([z.string(), z.null()]), "gitlabBranch": z.string().regex(new RegExp("^[a-zA-Z0-9._\\-/]+$")).min(1), "enableSubmodules": z.boolean().optional(), "watchPaths": z.union([z.array(z.string()), z.null()]).optional() }),
|
|
145
145
|
annotations: {
|
|
146
146
|
title: "Application SaveGitlabProvider",
|
|
147
147
|
...{ "idempotentHint": true, "openWorldHint": true },
|
|
@@ -153,7 +153,7 @@ export const generatedTools = [
|
|
|
153
153
|
tag: "application",
|
|
154
154
|
method: "POST",
|
|
155
155
|
path: "/application.saveBitbucketProvider",
|
|
156
|
-
schema: z.object({ "
|
|
156
|
+
schema: z.object({ "bitbucketBuildPath": z.union([z.string(), z.null()]), "bitbucketOwner": z.union([z.string(), z.null()]), "bitbucketRepository": z.union([z.string(), z.null()]), "bitbucketRepositorySlug": z.union([z.string(), z.null()]), "bitbucketId": z.union([z.string(), z.null()]), "applicationId": z.string(), "bitbucketBranch": z.string().regex(new RegExp("^[a-zA-Z0-9._\\-/]+$")).min(1), "enableSubmodules": z.boolean().optional(), "watchPaths": z.union([z.array(z.string()), z.null()]).optional() }),
|
|
157
157
|
annotations: {
|
|
158
158
|
title: "Application SaveBitbucketProvider",
|
|
159
159
|
...{ "idempotentHint": true, "openWorldHint": true },
|
|
@@ -165,7 +165,7 @@ export const generatedTools = [
|
|
|
165
165
|
tag: "application",
|
|
166
166
|
method: "POST",
|
|
167
167
|
path: "/application.saveGiteaProvider",
|
|
168
|
-
schema: z.object({ "applicationId": z.string(), "
|
|
168
|
+
schema: z.object({ "applicationId": z.string(), "giteaBuildPath": z.union([z.string(), z.null()]), "giteaOwner": z.union([z.string(), z.null()]), "giteaRepository": z.union([z.string(), z.null()]), "giteaId": z.union([z.string(), z.null()]), "giteaBranch": z.string().regex(new RegExp("^[a-zA-Z0-9._\\-/]+$")).min(1), "enableSubmodules": z.boolean().optional(), "watchPaths": z.union([z.array(z.string()), z.null()]).optional() }),
|
|
169
169
|
annotations: {
|
|
170
170
|
title: "Application SaveGiteaProvider",
|
|
171
171
|
...{ "idempotentHint": true, "openWorldHint": true },
|
|
@@ -189,7 +189,7 @@ export const generatedTools = [
|
|
|
189
189
|
tag: "application",
|
|
190
190
|
method: "POST",
|
|
191
191
|
path: "/application.saveGitProvider",
|
|
192
|
-
schema: z.object({ "
|
|
192
|
+
schema: z.object({ "applicationId": z.string(), "customGitBuildPath": z.union([z.string(), z.null()]), "customGitUrl": z.union([z.string(), z.null()]), "watchPaths": z.union([z.array(z.string()), z.null()]), "enableSubmodules": z.boolean().optional(), "customGitBranch": z.string().regex(new RegExp("^[a-zA-Z0-9._\\-/]+$")).min(1), "customGitSSHKeyId": z.union([z.string(), z.null()]).optional() }),
|
|
193
193
|
annotations: {
|
|
194
194
|
title: "Application SaveGitProvider",
|
|
195
195
|
...{ "idempotentHint": true, "openWorldHint": true },
|
|
@@ -5805,7 +5805,7 @@ export const generatedTools = [
|
|
|
5805
5805
|
tag: "schedule",
|
|
5806
5806
|
method: "POST",
|
|
5807
5807
|
path: "/schedule.create",
|
|
5808
|
-
schema: z.object({ "scheduleId": z.string().optional(), "name": z.string(), "cronExpression": z.string(), "appName": z.string().optional(), "serviceName": z.union([z.string(), z.null()]).optional(), "shellType": z.enum(["bash", "sh"]).optional(), "scheduleType": z.enum(["application", "compose", "server", "dokploy-server"]).optional(), "command": z.string(), "script": z.union([z.string(), z.null()]).optional(), "applicationId": z.union([z.string(), z.null()]).optional(), "composeId": z.union([z.string(), z.null()]).optional(), "serverId": z.union([z.string(), z.null()]).optional(), "userId": z.union([z.string(), z.null()]).optional(), "enabled": z.boolean().optional(), "timezone": z.union([z.string(), z.null()]).optional(), "createdAt": z.string().optional() }),
|
|
5808
|
+
schema: z.object({ "scheduleId": z.string().optional(), "name": z.string(), "description": z.union([z.string(), z.null()]).optional(), "cronExpression": z.string(), "appName": z.string().optional(), "serviceName": z.union([z.string(), z.null()]).optional(), "shellType": z.enum(["bash", "sh"]).optional(), "scheduleType": z.enum(["application", "compose", "server", "dokploy-server"]).optional(), "command": z.string(), "script": z.union([z.string(), z.null()]).optional(), "applicationId": z.union([z.string(), z.null()]).optional(), "composeId": z.union([z.string(), z.null()]).optional(), "serverId": z.union([z.string(), z.null()]).optional(), "userId": z.union([z.string(), z.null()]).optional(), "enabled": z.boolean().optional(), "timezone": z.union([z.string(), z.null()]).optional(), "createdAt": z.string().optional() }),
|
|
5809
5809
|
annotations: {
|
|
5810
5810
|
title: "Schedule Create",
|
|
5811
5811
|
...{ "openWorldHint": true },
|
|
@@ -5817,7 +5817,7 @@ export const generatedTools = [
|
|
|
5817
5817
|
tag: "schedule",
|
|
5818
5818
|
method: "POST",
|
|
5819
5819
|
path: "/schedule.update",
|
|
5820
|
-
schema: z.object({ "scheduleId": z.string().min(1), "name": z.string(), "cronExpression": z.string(), "appName": z.string().optional(), "serviceName": z.union([z.string(), z.null()]).optional(), "shellType": z.enum(["bash", "sh"]).optional(), "scheduleType": z.enum(["application", "compose", "server", "dokploy-server"]).optional(), "command": z.string(), "script": z.union([z.string(), z.null()]).optional(), "applicationId": z.union([z.string(), z.null()]).optional(), "composeId": z.union([z.string(), z.null()]).optional(), "serverId": z.union([z.string(), z.null()]).optional(), "userId": z.union([z.string(), z.null()]).optional(), "enabled": z.boolean().optional(), "timezone": z.union([z.string(), z.null()]).optional(), "createdAt": z.string().optional() }),
|
|
5820
|
+
schema: z.object({ "scheduleId": z.string().min(1), "name": z.string(), "description": z.union([z.string(), z.null()]).optional(), "cronExpression": z.string(), "appName": z.string().optional(), "serviceName": z.union([z.string(), z.null()]).optional(), "shellType": z.enum(["bash", "sh"]).optional(), "scheduleType": z.enum(["application", "compose", "server", "dokploy-server"]).optional(), "command": z.string(), "script": z.union([z.string(), z.null()]).optional(), "applicationId": z.union([z.string(), z.null()]).optional(), "composeId": z.union([z.string(), z.null()]).optional(), "serverId": z.union([z.string(), z.null()]).optional(), "userId": z.union([z.string(), z.null()]).optional(), "enabled": z.boolean().optional(), "timezone": z.union([z.string(), z.null()]).optional(), "createdAt": z.string().optional() }),
|
|
5821
5821
|
annotations: {
|
|
5822
5822
|
title: "Schedule Update",
|
|
5823
5823
|
...{ "idempotentHint": true, "openWorldHint": true },
|