@dokploy/mcp 0.30.2 → 0.30.3

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.
@@ -1,5 +1,5 @@
1
1
  // AUTO-GENERATED FILE — DO NOT EDIT MANUALLY
2
- // Generated from openapi.json on 2026-08-18
2
+ // Generated from openapi.json on 2026-08-30
3
3
  // Run `pnpm generate` to regenerate
4
4
  import { z } from "zod";
5
5
  export const generatedTools = [
@@ -699,6 +699,18 @@ export const generatedTools = [
699
699
  ...{ "openWorldHint": true },
700
700
  },
701
701
  },
702
+ {
703
+ name: "network-resync",
704
+ description: "POST /network.resync",
705
+ tag: "network",
706
+ method: "POST",
707
+ path: "/network.resync",
708
+ schema: z.object({ "networkId": z.string().min(1) }),
709
+ annotations: {
710
+ title: "Network Resync",
711
+ ...{ "idempotentHint": true, "openWorldHint": true },
712
+ },
713
+ },
702
714
  {
703
715
  name: "network-remove",
704
716
  description: "POST /network.remove",
@@ -2064,7 +2076,7 @@ export const generatedTools = [
2064
2076
  tag: "domain",
2065
2077
  method: "POST",
2066
2078
  path: "/domain.validateDomain",
2067
- schema: z.object({ "domain": z.string(), "serverIp": z.string().optional() }),
2079
+ schema: z.object({ "domain": z.string(), "serverId": z.string().optional() }),
2068
2080
  annotations: {
2069
2081
  title: "Domain ValidateDomain",
2070
2082
  ...{ "idempotentHint": true, "openWorldHint": true },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dokploy/mcp",
3
- "version": "0.30.2",
3
+ "version": "0.30.3",
4
4
  "description": "MCP Server for Dokploy API",
5
5
  "main": "build/index.js",
6
6
  "bin": {