Skip to content

Commit 7ada7f7

Browse files
author
Dokploy Bot
committed
chore: bump version to 0.29.2
Source: Dokploy/dokploy@fb6b06f Release:
1 parent 5d18155 commit 7ada7f7

4 files changed

Lines changed: 517 additions & 10 deletions

File tree

TOOLS.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Auto-generated from the [Dokploy OpenAPI spec](https://docs.dokploy.com/openapi.json). Run `pnpm generate` to update.
44
5-
- **Total Tools**: 519
5+
- **Total Tools**: 524
66
- **Categories**: 48
77

88
## Categories
@@ -19,7 +19,7 @@
1919
- [customRole](#customRole) (6 tools)
2020
- [deployment](#deployment) (8 tools)
2121
- [destination](#destination) (6 tools)
22-
- [docker](#docker) (9 tools)
22+
- [docker](#docker) (12 tools)
2323
- [domain](#domain) (9 tools)
2424
- [environment](#environment) (7 tools)
2525
- [gitea](#gitea) (8 tools)
@@ -38,7 +38,7 @@
3838
- [port](#port) (4 tools)
3939
- [postgres](#postgres) (16 tools)
4040
- [previewDeployment](#previewDeployment) (4 tools)
41-
- [project](#project) (8 tools)
41+
- [project](#project) (9 tools)
4242
- [redirects](#redirects) (4 tools)
4343
- [redis](#redis) (16 tools)
4444
- [registry](#registry) (7 tools)
@@ -49,7 +49,7 @@
4949
- [settings](#settings) (51 tools)
5050
- [sshKey](#sshKey) (7 tools)
5151
- [sso](#sso) (10 tools)
52-
- [stripe](#stripe) (7 tools)
52+
- [stripe](#stripe) (8 tools)
5353
- [swarm](#swarm) (4 tools)
5454
- [tag](#tag) (8 tools)
5555
- [user](#user) (23 tools)
@@ -244,7 +244,10 @@
244244
| Tool | Method | Parameters |
245245
|------|--------|------------|
246246
| `docker-getContainers` | GET | `serverId`? |
247-
| `docker-restartContainer` | POST | `containerId` (string) |
247+
| `docker-restartContainer` | POST | `containerId` (string), `serverId`? |
248+
| `docker-startContainer` | POST | `containerId` (string), `serverId`? |
249+
| `docker-stopContainer` | POST | `containerId` (string), `serverId`? |
250+
| `docker-killContainer` | POST | `containerId` (string), `serverId`? |
248251
| `docker-removeContainer` | POST | `containerId` (string), `serverId`? |
249252
| `docker-getConfig` | GET | `containerId` (string), `serverId`? |
250253
| `docker-getContainersByAppNameMatch` | GET | `appName` (string), `appType`?, `serverId`? |
@@ -554,6 +557,7 @@
554557
| `project-one` | GET | `projectId` (string) |
555558
| `project-all` | GET | None |
556559
| `project-allForPermissions` | GET | None |
560+
| `project-homeStats` | GET | None |
557561
| `project-search` | GET | +5 optional |
558562
| `project-remove` | POST | `projectId` (string) |
559563
| `project-update` | POST | `projectId` (string), +5 optional |
@@ -743,6 +747,7 @@
743747
| `stripe-createCustomerPortalSession` | POST | None |
744748
| `stripe-upgradeSubscription` | POST | `tier` ("hobby" | "startup"), `serverQuantity` (number), `isAnnual` (boolean) |
745749
| `stripe-canCreateMoreServers` | GET | None |
750+
| `stripe-updateInvoiceNotifications` | POST | `enabled` (boolean) |
746751
| `stripe-getInvoices` | GET | None |
747752

748753
## swarm
@@ -779,7 +784,7 @@
779784
| `user-haveRootAccess` | GET | None |
780785
| `user-getBackups` | GET | None |
781786
| `user-getServerMetrics` | GET | None |
782-
| `user-update` | POST | +24 optional |
787+
| `user-update` | POST | +25 optional |
783788
| `user-getUserByToken` | GET | `token` (string) |
784789
| `user-getMetricsToken` | GET | None |
785790
| `user-remove` | POST | `userId` (string) |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dokploy/mcp",
3-
"version": "0.29.0",
3+
"version": "0.29.2",
44
"description": "MCP Server for Dokploy API",
55
"main": "build/index.js",
66
"bin": {

0 commit comments

Comments
 (0)