@dokploy/mcp 0.30.1 → 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.
- package/build/generated/tools.js +14 -2
- 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-08-
|
|
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(), "
|
|
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 },
|