@dokploy/mcp 0.29.8 → 0.29.10

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.
@@ -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()]), "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() }),
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(), "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() }),
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({ "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() }),
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(), "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() }),
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({ "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() }),
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 },
@@ -4071,6 +4071,18 @@ export const generatedTools = [
4071
4071
  ...{ "idempotentHint": true, "openWorldHint": true },
4072
4072
  },
4073
4073
  },
4074
+ {
4075
+ name: "server-updateBuildsConcurrency",
4076
+ description: "POST /server.updateBuildsConcurrency",
4077
+ tag: "server",
4078
+ method: "POST",
4079
+ path: "/server.updateBuildsConcurrency",
4080
+ schema: z.object({ "serverId": z.string().min(1), "buildsConcurrency": z.number().int().gte(1).lte(100) }),
4081
+ annotations: {
4082
+ title: "Server UpdateBuildsConcurrency",
4083
+ ...{ "idempotentHint": true, "openWorldHint": true },
4084
+ },
4085
+ },
4074
4086
  {
4075
4087
  name: "server-publicIp",
4076
4088
  description: "GET /server.publicIp",
@@ -4347,6 +4359,18 @@ export const generatedTools = [
4347
4359
  ...{ "idempotentHint": true, "openWorldHint": true },
4348
4360
  },
4349
4361
  },
4362
+ {
4363
+ name: "settings-updateBuildsConcurrency",
4364
+ description: "POST /settings.updateBuildsConcurrency",
4365
+ tag: "settings",
4366
+ method: "POST",
4367
+ path: "/settings.updateBuildsConcurrency",
4368
+ schema: z.object({ "buildsConcurrency": z.number().int().gte(1).lte(100) }),
4369
+ annotations: {
4370
+ title: "Settings UpdateBuildsConcurrency",
4371
+ ...{ "idempotentHint": true, "openWorldHint": true },
4372
+ },
4373
+ },
4350
4374
  {
4351
4375
  name: "settings-updateEnforceSSO",
4352
4376
  description: "POST /settings.updateEnforceSSO",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dokploy/mcp",
3
- "version": "0.29.8",
3
+ "version": "0.29.10",
4
4
  "description": "MCP Server for Dokploy API",
5
5
  "main": "build/index.js",
6
6
  "bin": {